mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: adapting luascript to use new filename template for key files.
This commit is contained in:
parent
3b792f8b04
commit
e612ae3de4
5 changed files with 30 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue