mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +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);
|
||||
else
|
||||
-- Crack it
|
||||
local key, cnt
|
||||
local cnt
|
||||
err, res = core.mfDarkside()
|
||||
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).")
|
||||
|
|
Loading…
Reference in a new issue