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