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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user