mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 23:24:22 +08:00
Update and rename tnp3clone.lua to hf_mf_clone-tnp3.lua
This commit is contained in:
parent
6b853411f7
commit
5029b46754
1 changed files with 6 additions and 6 deletions
|
@ -15,17 +15,17 @@ copyright = ''
|
|||
author = "Iceman"
|
||||
version = 'v1.0.2'
|
||||
desc = [[
|
||||
This script will try making a barebone 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 = [[
|
||||
script run tnp3clone
|
||||
script run tnp3clone -h
|
||||
script run tnp3clone -l
|
||||
script run tnp3clone -t aa00 -s 0030
|
||||
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
|
||||
|
||||
]]
|
||||
usage = [[
|
||||
script run tnp3clone [-h] [-t <toytype>] [-s <subtype>]
|
||||
script run hf_mf_clone-tnp3 [-h] [-t <toytype>] [-s <subtype>]
|
||||
]]
|
||||
arguments = [[
|
||||
-h : this help
|
Loading…
Reference in a new issue