mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
hook it up
This commit is contained in:
parent
a6a48f0e6d
commit
ed3e0895b5
1 changed files with 6 additions and 0 deletions
|
@ -1598,6 +1598,12 @@ int infoHF14A(bool verbose, bool do_nack_test, bool do_aid_search) {
|
|||
|
||||
if (do_nack_test)
|
||||
detect_classic_nackbug(!verbose);
|
||||
|
||||
res = detect_classic_static_nonce();
|
||||
if (res == 1)
|
||||
PrintAndLogEx(SUCCESS, "Static/Fixed nonce detected");
|
||||
if (res == 2 && verbose)
|
||||
PrintAndLogEx(SUCCESS, "Static/Fixed nonce detection failed");
|
||||
}
|
||||
|
||||
return select_status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue