mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 19:59:34 +08:00
chg: 'script run mifare_autopwn' - when used with -k parameter, exit after one run.
This commit is contained in:
parent
7f706e1466
commit
453831268a
1 changed files with 2 additions and 0 deletions
|
@ -180,6 +180,8 @@ local function main(args)
|
|||
nested(key,sak)
|
||||
-- Dump info
|
||||
dump(uid)
|
||||
|
||||
if #key == 12 then exit = true end
|
||||
else
|
||||
print("Card found, darkside attack useless PRNG hardend on UID", uid)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue