mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
FIX: 'script run mifare_autopwn' - now doesn't crash
This commit is contained in:
parent
6fea6e9ac7
commit
cd44ea27b7
2 changed files with 34 additions and 13 deletions
|
@ -72,6 +72,7 @@ local function sendCmds( cmds )
|
|||
if cmds[i] then
|
||||
print ( cmds[i] )
|
||||
core.console( cmds[i] )
|
||||
core.clearCommandBuffer()
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue