mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
text
This commit is contained in:
parent
778ede25e7
commit
4d4ab58c63
3 changed files with 10 additions and 10 deletions
|
@ -19,7 +19,7 @@ desc = [[
|
||||||
]]
|
]]
|
||||||
|
|
||||||
usage = [[
|
usage = [[
|
||||||
script run t55_chk [-s start_year] [-e end_year] [-d | -y]
|
script run lf_t55xx_chk [-s start_year] [-e end_year] [-d | -y]
|
||||||
]]
|
]]
|
||||||
options = [[
|
options = [[
|
||||||
-h this help
|
-h this help
|
||||||
|
@ -29,10 +29,10 @@ options = [[
|
||||||
-y search method: YYYYMMDD
|
-y search method: YYYYMMDD
|
||||||
]]
|
]]
|
||||||
examples = [[
|
examples = [[
|
||||||
script run t55_chk -s 1999 -d -> start 1999, end is current year, method 01011999
|
script run lf_t55xx_chk -s 1999 -d -> start 1999, end is current year, method 01011999
|
||||||
script run t55_chk -s 1999 -y -> start 1999, end is current year, method 19990101
|
script run lf_t55xx_chk -s 1999 -y -> start 1999, end is current year, method 19990101
|
||||||
script run t55_chk -s 1999 -e 2001 -y -> start 1999, end year 2001, method 19990101
|
script run lf_t55xx_chk -s 1999 -e 2001 -y -> start 1999, end year 2001, method 19990101
|
||||||
script run t55_chk -s 1999 -e 2001 -d -> start 1999, end year 2001, method 01011999
|
script run lf_t55xx_chk -s 1999 -e 2001 -d -> start 1999, end year 2001, method 01011999
|
||||||
]]
|
]]
|
||||||
|
|
||||||
local function help()
|
local function help()
|
||||||
|
@ -135,4 +135,4 @@ local function main(args)
|
||||||
return oops('Problem saving the file')
|
return oops('Problem saving the file')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
main(args)
|
main(args)
|
|
@ -14,10 +14,10 @@ desc = [[
|
||||||
useful if the password is, for example, a date of birth.
|
useful if the password is, for example, a date of birth.
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run t55_chk_date
|
script run lf_t55xx_chk_date
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
script run t55_chk_date -h : this help
|
script run lf_t55xx_chk_date -h : this help
|
||||||
]]
|
]]
|
||||||
|
|
||||||
local DEBUG = true
|
local DEBUG = true
|
||||||
|
|
|
@ -17,10 +17,10 @@ desc = [[
|
||||||
only performs the reanimation procedure. The script revives 99% of blocked tags.
|
only performs the reanimation procedure. The script revives 99% of blocked tags.
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run t55_fix
|
script run lf_t55xx_fix
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
script run t55_fix -h : this help
|
script run lf_t55xx_fix -h : this help
|
||||||
]]
|
]]
|
||||||
|
|
||||||
local function help()
|
local function help()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue