From 8085377413257aa75a43540f40697ed9273d06a1 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 10 May 2016 07:51:05 +0200 Subject: [PATCH] CHG: output when finding key it the same as from the client. --- client/scripts/mifare_autopwn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5