mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 23:24:22 +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'
|
||||
desc = [[
|
||||
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.
|
||||
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 tnp3sim
|
||||
2. script run tnp3sim -m
|
||||
3. script run tnp3sim -m -i myfile
|
||||
1. script run hf_mf_autosim
|
||||
2. script run hf_mf_autosim -m
|
||||
3. script run hf_mf_autosim -m -i myfile
|
||||
]]
|
||||
usage = [[
|
||||
script run tnp3sim [-h] [-m] [-i <filename>]
|
||||
script run hf_mf_autosim [-h] [-m] [-i <filename>]
|
||||
]]
|
||||
arguments = [[
|
||||
-h : this help
|
Loading…
Reference in a new issue