mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Merge pull request #2297 from francesco-scar/fix_autopwn_static_nested
🐛 Fixed bug autopwn static nested cmdhfmf.c
This commit is contained in:
commit
fa96a5d0dc
1 changed files with 1 additions and 1 deletions
|
@ -3050,7 +3050,7 @@ tryStaticnested:
|
||||||
(current_key_type_i == MF_KEY_B) ? 'B' : 'A');
|
(current_key_type_i == MF_KEY_B) ? 'B' : 'A');
|
||||||
}
|
}
|
||||||
|
|
||||||
isOK = mfStaticNested(sectorno, keytype, key, mfFirstBlockOfSector(current_sector_i), current_key_type_i, tmp_key);
|
isOK = mfStaticNested(mfFirstBlockOfSector(sectorno), keytype, key, mfFirstBlockOfSector(current_sector_i), current_key_type_i, tmp_key);
|
||||||
DropField();
|
DropField();
|
||||||
switch (isOK) {
|
switch (isOK) {
|
||||||
case PM3_ETIMEOUT: {
|
case PM3_ETIMEOUT: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue