mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 15:47:42 +08:00
Update and rename tnp3dump.lua to hf_mf_dump-tnp3.lua
This commit is contained in:
parent
d003b0135c
commit
6b853411f7
1 changed files with 10 additions and 10 deletions
|
@ -16,18 +16,18 @@ 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.
|
It will need a valid KeyA in order to find the other keys and decode the card.
|
||||||
]]
|
]]
|
||||||
example = [[
|
example = [[
|
||||||
script run tnp3dump
|
script run hf_mf_dump-tnp3
|
||||||
script run tnp3dump -n
|
script run hf_mf_dump-tnp3 -n
|
||||||
script run tnp3dump -p
|
script run hf_mf_dump-tnp3 -p
|
||||||
script run tnp3dump -k aabbccddeeff
|
script run hf_mf_dump-tnp3 -k aabbccddeeff
|
||||||
script run tnp3dump -k aabbccddeeff -n
|
script run hf_mf_dump-tnp3 -k aabbccddeeff -n
|
||||||
script run tnp3dump -o myfile
|
script run hf_mf_dump-tnp3 -o myfile
|
||||||
script run tnp3dump -n -o myfile
|
script run hf_mf_dump-tnp3 -n -o myfile
|
||||||
script run tnp3dump -p -o myfile
|
script run hf_mf_dump-tnp3 -p -o myfile
|
||||||
script run tnp3dump -k aabbccddeeff -n -o myfile
|
script run hf_mf_dump-tnp3 -k aabbccddeeff -n -o myfile
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run tnp3dump [-h] [-k <key>] [-n] [-p] [-o <filename>]
|
script run hf_mf_dump-tnp3 [-h] [-k <key>] [-n] [-p] [-o <filename>]
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h : this help
|
-h : this help
|
Loading…
Reference in a new issue