]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG:forget the "base"..
authoriceman1001 <iceman@iuse.se>
Wed, 25 Jan 2017 07:36:51 +0000 (08:36 +0100)
committericeman1001 <iceman@iuse.se>
Wed, 25 Jan 2017 07:36:51 +0000 (08:36 +0100)
client/scripts/hard_autopwn.lua

index a4eb8eb704b4748f8a821b896aa4ac2806a8b0f2..3f2ed870da0cdba099ab3663490a4f9ca253f605 100644 (file)
@@ -168,7 +168,7 @@ function main(args)
                        -- or actually blockNo and keytype
                        -- just try default for now
                        if sector == 1 and targetkeytype == 0 then
-                               keyA = tonumber(key)
+                               keyA = tonumber(key,16)
                        else
                                local err, foundkey = core.hardnested(blockno, keytype, key, trgblockno, tostring(targetkeytype), trgkey, 0,0,0,0)
                                foundkey = foundkey or ""
Impressum, Datenschutz