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:
iceman1001 2020-01-14 16:00:31 +01:00
commit b37a4c14eb
9 changed files with 478 additions and 19 deletions

View file

@ -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;