Rename hf_lf_multi_bruteforce.lua -> multi_bruteforce.lua

This commit is contained in:
Philippe Teuwen 2020-09-23 00:31:28 +02:00
commit f286ed9794
2 changed files with 2 additions and 2 deletions

View file

@ -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