mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Add 'hf mf staticnonce' - a nested find all key solution command for tags that has a static nonce. \n See https://github.com/RfidResearchGroup/proxmark3/issues/133 \n See https://github.com/Proxmark/proxmark3/issues/899 \n This solution is based upon the ideas and solutions of @uzlonewolf and @xtigmh . Thanks!
This commit is contained in:
parent
7c913265c5
commit
b37a4c14eb
9 changed files with 478 additions and 19 deletions
|
@ -1601,9 +1601,9 @@ int infoHF14A(bool verbose, bool do_nack_test, bool do_aid_search) {
|
|||
|
||||
res = detect_classic_static_nonce();
|
||||
if (res == 1)
|
||||
PrintAndLogEx(SUCCESS, "Static/Fixed nonce detected");
|
||||
PrintAndLogEx(SUCCESS, "Static nonce detected");
|
||||
if (res == 2 && verbose)
|
||||
PrintAndLogEx(SUCCESS, "Static/Fixed nonce detection failed");
|
||||
PrintAndLogEx(SUCCESS, "Static nonce detection failed");
|
||||
}
|
||||
|
||||
return select_status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue