mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Update hf_mf_uidbruteforce.lua
Fixed issue with how the command is run, old version is invalid as it is missing the -t
This commit is contained in:
@@ -124,7 +124,7 @@ local function main(args)
|
||||
local c = string.format( command, n )
|
||||
print('Running: "'..c..'"')
|
||||
core.console(c)
|
||||
core.console('msleep '..timeout);
|
||||
core.console('msleep -t'..timeout);
|
||||
core.console('hw ping')
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user