mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
text
This commit is contained in:
parent
83339d0a45
commit
c2a6d6fc42
5 changed files with 20 additions and 19 deletions
|
@ -10,7 +10,7 @@ local ansicolors = require('ansicolors')
|
|||
|
||||
copyright = ''
|
||||
author = 'Iceman'
|
||||
version = 'v1.0.2'
|
||||
version = 'v1.0.3'
|
||||
desc = [[
|
||||
This script will try to dump the contents of a Mifare TNP3xxx card.
|
||||
It will need a valid KeyA in order to find the other keys and decode the card.
|
||||
|
@ -112,7 +112,7 @@ local function main(args)
|
|||
local keyA, cmd, err
|
||||
local useNested = false
|
||||
local usePreCalc = false
|
||||
local cmdReadBlockString = 'hf mf rdbl %d A %s'
|
||||
local cmdReadBlockString = 'hf mf rdbl --blk %d -k %s'
|
||||
local outputTemplate = os.date("toydump_%Y-%m-%d_%H%M%S");
|
||||
|
||||
-- Arguments for the script
|
||||
|
@ -131,7 +131,7 @@ local function main(args)
|
|||
end
|
||||
|
||||
-- Turn off Debug
|
||||
local cmdSetDbgOff = "hw dbg 0"
|
||||
local cmdSetDbgOff = "hw dbg -0"
|
||||
core.console( cmdSetDbgOff)
|
||||
utils.Sleep(0.5)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue