chg: adapting luascript to use new filename template for key files.

This commit is contained in:
iceman1001 2020-01-04 16:57:15 +01:00
commit e612ae3de4
5 changed files with 30 additions and 21 deletions

View file

@ -97,7 +97,7 @@ local function nested(key,sak)
core.console(cmd)
end
local function dump(uid, numsectors)
local function dump_tag(uid, numsectors)
dbg('dumping tag memory')
local typ = 1
@ -203,7 +203,7 @@ local function main(args)
-- Use nested attack
nested(key, sak)
-- Dump info
dump(uid, sak)
dump_tag(uid, sak)
if #key == 12 then _exit = true end
else