Rename tnp3 scripts

This commit is contained in:
Philippe Teuwen 2020-09-23 01:28:28 +02:00
parent a82dba61fa
commit 4c339f61f5
3 changed files with 19 additions and 19 deletions

View file

@ -18,14 +18,14 @@ desc = [[
This script will try to make a barebones clone of a tnp3 tag on to a magic generation1 card.
]]
example = [[
script run hf_mf_clone-tnp3
script run hf_mf_clone-tnp3 -h
script run hf_mf_clone-tnp3 -l
script run hf_mf_clone-tnp3 -t aa00 -s 0030
script run hf_mf_tnp3_clone
script run hf_mf_tnp3_clone -h
script run hf_mf_tnp3_clone -l
script run hf_mf_tnp3_clone -t aa00 -s 0030
]]
usage = [[
script run hf_mf_clone-tnp3 [-h] [-t <toytype>] [-s <subtype>]
script run hf_mf_tnp3_clone [-h] [-t <toytype>] [-s <subtype>]
]]
arguments = [[
-h : this help

View file

@ -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.
]]
example = [[
script run hf_mf_dump-tnp3
script run hf_mf_dump-tnp3 -n
script run hf_mf_dump-tnp3 -p
script run hf_mf_dump-tnp3 -k aabbccddeeff
script run hf_mf_dump-tnp3 -k aabbccddeeff -n
script run hf_mf_dump-tnp3 -o myfile
script run hf_mf_dump-tnp3 -n -o myfile
script run hf_mf_dump-tnp3 -p -o myfile
script run hf_mf_dump-tnp3 -k aabbccddeeff -n -o myfile
script run hf_mf_tnp3_dump
script run hf_mf_tnp3_dump -n
script run hf_mf_tnp3_dump -p
script run hf_mf_tnp3_dump -k aabbccddeeff
script run hf_mf_tnp3_dump -k aabbccddeeff -n
script run hf_mf_tnp3_dump -o myfile
script run hf_mf_tnp3_dump -n -o myfile
script run hf_mf_tnp3_dump -p -o myfile
script run hf_mf_tnp3_dump -k aabbccddeeff -n -o myfile
]]
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 = [[
-h : this help

View file

@ -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"
]]
example = [[
1. script run hf_mf_autosim
2. script run hf_mf_autosim -m
3. script run hf_mf_autosim -m -i myfile
1. script run hf_mf_tnp3_sim
2. script run hf_mf_tnp3_sim -m
3. script run hf_mf_tnp3_sim -m -i myfile
]]
usage = [[
script run hf_mf_autosim [-h] [-m] [-i <filename>]
script run hf_mf_tnp3_sim [-h] [-m] [-i <filename>]
]]
arguments = [[
-h : this help