mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
adapt lua for hid clone
This commit is contained in:
parent
c5b3443fe6
commit
4a8edc4e54
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ local function main(args)
|
|||
print('Press enter to program card '..cardnum..':'..facility..' (hex: '..card..')')
|
||||
--This would be better with 'press Enter', but we'll take what we can get.
|
||||
io.read()
|
||||
core.console( ('lf hid clone %s'):format(card) )
|
||||
core.console( ('lf hid clone -r %s'):format(card) )
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue