mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Fix MFC static nonce detection on some cards and do it before prng det
This commit is contained in:
parent
55e800e4ce
commit
e488ef306c
2 changed files with 15 additions and 12 deletions
|
@ -2383,6 +2383,9 @@ void MifareHasStaticNonce(void) {
|
|||
|
||||
nt = bytes_to_num(rec, 4);
|
||||
|
||||
// some cards with static nonce need to be reset before next query
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||
LEDsoff();
|
||||
CHK_TIMEOUT();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue