mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 03:03:14 +08:00
fix: 'script run mifare_autopwn' - out of context,...
This commit is contained in:
parent
e5f2198653
commit
8fbea68295
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ local function main(args)
|
||||||
print("Using key: "..key);
|
print("Using key: "..key);
|
||||||
else
|
else
|
||||||
-- Crack it
|
-- Crack it
|
||||||
local key, cnt
|
local cnt
|
||||||
err, res = core.mfDarkside()
|
err, res = core.mfDarkside()
|
||||||
if err == -1 then return oops("Button pressed. Aborted.")
|
if err == -1 then return oops("Button pressed. Aborted.")
|
||||||
elseif err == -2 then return oops("Card is not vulnerable to Darkside attack (doesn't send NACK on authentication requests).")
|
elseif err == -2 then return oops("Card is not vulnerable to Darkside attack (doesn't send NACK on authentication requests).")
|
||||||
|
|
Loading…
Reference in a new issue