mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 15:47:42 +08:00
Update and rename brutesim.lua to hf_lf_multi_bruteforce.lua
This commit is contained in:
parent
2aa197d816
commit
ada687e043
1 changed files with 2 additions and 2 deletions
|
@ -32,10 +32,10 @@ It uses both LF and HF simulations.
|
||||||
example = [[
|
example = [[
|
||||||
-- (the above example would bruteforce pyramid tags, starting at 10:1000, ending at 10:991, and waiting 1 second between each card)
|
-- (the above example would bruteforce pyramid tags, starting at 10:1000, ending at 10:991, and waiting 1 second between each card)
|
||||||
|
|
||||||
script run brutesim -r pyramid -f 10 -b 1000 -c 10 -t 1 -d down
|
script run hf_lf_multi_bruteforce -r pyramid -f 10 -b 1000 -c 10 -t 1 -d down
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run brutesim -r rfid_tag -f facility_code -b base_card_number -c count -t timeout -d direction
|
script run hf_lf_multi_bruteforce -r rfid_tag -f facility_code -b base_card_number -c count -t timeout -d direction
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h this help
|
-h this help
|
Loading…
Reference in a new issue