mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 17:56:53 +08:00
Rename tnp3 scripts
This commit is contained in:
parent
a82dba61fa
commit
4c339f61f5
3 changed files with 19 additions and 19 deletions
|
@ -18,14 +18,14 @@ desc = [[
|
||||||
This script will try to make a barebones clone of a tnp3 tag on to a magic generation1 card.
|
This script will try to make a barebones clone of a tnp3 tag on to a magic generation1 card.
|
||||||
]]
|
]]
|
||||||
example = [[
|
example = [[
|
||||||
script run hf_mf_clone-tnp3
|
script run hf_mf_tnp3_clone
|
||||||
script run hf_mf_clone-tnp3 -h
|
script run hf_mf_tnp3_clone -h
|
||||||
script run hf_mf_clone-tnp3 -l
|
script run hf_mf_tnp3_clone -l
|
||||||
script run hf_mf_clone-tnp3 -t aa00 -s 0030
|
script run hf_mf_tnp3_clone -t aa00 -s 0030
|
||||||
|
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run hf_mf_clone-tnp3 [-h] [-t <toytype>] [-s <subtype>]
|
script run hf_mf_tnp3_clone [-h] [-t <toytype>] [-s <subtype>]
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h : this help
|
-h : this help
|
|
@ -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 hf_mf_dump-tnp3
|
script run hf_mf_tnp3_dump
|
||||||
script run hf_mf_dump-tnp3 -n
|
script run hf_mf_tnp3_dump -n
|
||||||
script run hf_mf_dump-tnp3 -p
|
script run hf_mf_tnp3_dump -p
|
||||||
script run hf_mf_dump-tnp3 -k aabbccddeeff
|
script run hf_mf_tnp3_dump -k aabbccddeeff
|
||||||
script run hf_mf_dump-tnp3 -k aabbccddeeff -n
|
script run hf_mf_tnp3_dump -k aabbccddeeff -n
|
||||||
script run hf_mf_dump-tnp3 -o myfile
|
script run hf_mf_tnp3_dump -o myfile
|
||||||
script run hf_mf_dump-tnp3 -n -o myfile
|
script run hf_mf_tnp3_dump -n -o myfile
|
||||||
script run hf_mf_dump-tnp3 -p -o myfile
|
script run hf_mf_tnp3_dump -p -o myfile
|
||||||
script run hf_mf_dump-tnp3 -k aabbccddeeff -n -o myfile
|
script run hf_mf_tnp3_dump -k aabbccddeeff -n -o myfile
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run hf_mf_dump-tnp3 [-h] [-k <key>] [-n] [-p] [-o <filename>]
|
script run hf_mf_tnp3_dump [-h] [-k <key>] [-n] [-p] [-o <filename>]
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h : this help
|
-h : this help
|
|
@ -18,12 +18,12 @@ For an experimental mode, it tries to manipulate some data.
|
||||||
At last it sends all data to the PM3 device memory where it can be used in the command "hf mf sim"
|
At last it sends all data to the PM3 device memory where it can be used in the command "hf mf sim"
|
||||||
]]
|
]]
|
||||||
example = [[
|
example = [[
|
||||||
1. script run hf_mf_autosim
|
1. script run hf_mf_tnp3_sim
|
||||||
2. script run hf_mf_autosim -m
|
2. script run hf_mf_tnp3_sim -m
|
||||||
3. script run hf_mf_autosim -m -i myfile
|
3. script run hf_mf_tnp3_sim -m -i myfile
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run hf_mf_autosim [-h] [-m] [-i <filename>]
|
script run hf_mf_tnp3_sim [-h] [-m] [-i <filename>]
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h : this help
|
-h : this help
|
Loading…
Reference in a new issue