mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 23:55:15 +08:00
Update and rename mfckeys.lua to hf_mf_keycheck.lua
This commit is contained in:
parent
55775252c5
commit
ea18586945
1 changed files with 2 additions and 2 deletions
|
@ -22,10 +22,10 @@ desc = ("This script implements Mifare check keys.\
|
||||||
It utilises a large list of default keys (currently %d keys).\
|
It utilises a large list of default keys (currently %d keys).\
|
||||||
If you want to add more, just put them inside /lualibs/mfc_default_keys.lua\n"):format(#keylist)
|
If you want to add more, just put them inside /lualibs/mfc_default_keys.lua\n"):format(#keylist)
|
||||||
example = [[
|
example = [[
|
||||||
1. script run mfckeys
|
1. script run hf_mf_keycheck
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run mfckeys [-p]
|
script run hf_mf_keycheck [-p]
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h : this help
|
-h : this help
|
Loading…
Reference in a new issue