mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-19 06:29:53 +08:00
Update and rename formatMifare.lua to hf_mf_format.lua
This commit is contained in:
parent
00e29aec13
commit
db91059520
1 changed files with 4 additions and 4 deletions
|
@ -20,16 +20,16 @@ The script will skip the manufactoring block 0.
|
||||||
]]
|
]]
|
||||||
example = [[
|
example = [[
|
||||||
-- generate commands
|
-- generate commands
|
||||||
1. script run formatMifare
|
1. script run hf_mf_format
|
||||||
|
|
||||||
-- generate command, replacing key with new key.
|
-- generate command, replacing key with new key.
|
||||||
2. script run formatMifare -k aabbccddeeff -n 112233445566 -a FF0780
|
2. script run hf_mf_format -k aabbccddeeff -n 112233445566 -a FF0780
|
||||||
|
|
||||||
-- generate commands and execute them against card.
|
-- generate commands and execute them against card.
|
||||||
3. script run formatMifare -x
|
3. script run hf_mf_format -x
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run formatMifare -k <key> -n <key> -a <access> -x
|
script run hf_mf_format -k <key> -n <key> -a <access> -x
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h - this help
|
-h - this help
|
Loading…
Reference in a new issue