mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-16 04:09:10 +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)
|
nested(key,sak)
|
||||||
-- Dump info
|
-- Dump info
|
||||||
dump(uid)
|
dump(uid)
|
||||||
|
|
||||||
|
if #key == 12 then exit = true end
|
||||||
else
|
else
|
||||||
print("Card found, darkside attack useless PRNG hardend on UID", uid)
|
print("Card found, darkside attack useless PRNG hardend on UID", uid)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue