mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
fix: script hf_bruteforce - ensure zeropadding
This commit is contained in:
parent
64e027faf7
commit
fc1c133c46
1 changed files with 2 additions and 2 deletions
|
@ -96,10 +96,10 @@ local function main(args)
|
|||
local command = ''
|
||||
|
||||
if mftype == 'mfc' then
|
||||
command = 'hf 14a sim t 1 u %14X'
|
||||
command = 'hf 14a sim t 1 u %014x'
|
||||
msg('Bruteforcing Mifare Classic card numbers')
|
||||
elseif mftype == 'mfu' then
|
||||
command = 'hf 14a sim t 2 u %14X'
|
||||
command = 'hf 14a sim t 2 u %014x'
|
||||
msg('Bruteforcing Mifare Ultralight card numbers')
|
||||
else
|
||||
return print(usage)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue