]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/scripts/mifare_autopwn.lua
Merge pull request #13 from k02a/patch-1
[proxmark3-svn] / 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