mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 07:37:23 +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"
|
author = "Iceman"
|
||||||
version = 'v1.0.2'
|
version = 'v1.0.2'
|
||||||
desc = [[
|
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 = [[
|
example = [[
|
||||||
script run tnp3clone
|
script run hf_mf_clone-tnp3
|
||||||
script run tnp3clone -h
|
script run hf_mf_clone-tnp3 -h
|
||||||
script run tnp3clone -l
|
script run hf_mf_clone-tnp3 -l
|
||||||
script run tnp3clone -t aa00 -s 0030
|
script run hf_mf_clone-tnp3 -t aa00 -s 0030
|
||||||
|
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run tnp3clone [-h] [-t <toytype>] [-s <subtype>]
|
script run hf_mf_clone-tnp3 [-h] [-t <toytype>] [-s <subtype>]
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h : this help
|
-h : this help
|
Loading…
Reference in a new issue