mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 07:37:23 +08:00
Update and rename tnp3sim.lua to hf_mf_autosim.lua
This commit is contained in:
parent
2f12a65913
commit
d003b0135c
1 changed files with 5 additions and 5 deletions
|
@ -13,17 +13,17 @@ author = 'Iceman'
|
||||||
version = 'v1.0.2'
|
version = 'v1.0.2'
|
||||||
desc = [[
|
desc = [[
|
||||||
This script will try to load a binary datadump of a Mifare TNP3xxx card.
|
This script will try to load a binary datadump of a Mifare TNP3xxx card.
|
||||||
It vill try to validate all checksums and view some information stored in the dump
|
It will try to validate all checksums and view some information stored in the dump
|
||||||
For an experimental mode, it tries to manipulate some data.
|
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 tnp3sim
|
1. script run hf_mf_autosim
|
||||||
2. script run tnp3sim -m
|
2. script run hf_mf_autosim -m
|
||||||
3. script run tnp3sim -m -i myfile
|
3. script run hf_mf_autosim -m -i myfile
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run tnp3sim [-h] [-m] [-i <filename>]
|
script run hf_mf_autosim [-h] [-m] [-i <filename>]
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h : this help
|
-h : this help
|
Loading…
Reference in a new issue