From: iceman1001 Date: Tue, 10 May 2016 05:51:05 +0000 (+0200) Subject: CHG: output when finding key it the same as from the client. X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/8085377413257aa75a43540f40697ed9273d06a1 CHG: output when finding key it the same as from the client. --- diff --git a/client/scripts/mifare_autopwn.lua b/client/scripts/mifare_autopwn.lua index 12fd270a..f7edfd08 100644 --- a/client/scripts/mifare_autopwn.lua +++ b/client/scripts/mifare_autopwn.lua @@ -219,7 +219,7 @@ function main(args) -- two bytes, then six bytes actual key data -- We can discard first and second return values _,_,key = bin.unpack("H2H6",res) - print("Key ", key) + print("Found valid key: "..key); -- Use nested attack nested(key,sak)