]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: output when finding key it the same as from the client.
authoriceman1001 <iceman@iuse.se>
Tue, 10 May 2016 05:51:05 +0000 (07:51 +0200)
committericeman1001 <iceman@iuse.se>
Tue, 10 May 2016 05:51:05 +0000 (07:51 +0200)
client/scripts/mifare_autopwn.lua

index 12fd270a354b7575e2531bc04b7477be15ee4ecc..f7edfd08d90bbf3ad2071cc56466455b8a32cfe9 100644 (file)
@@ -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)
Impressum, Datenschutz