mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
hf 14a cuids, sim - now use cliparser
This commit is contained in:
parent
b0f122528d
commit
49990ab11d
6 changed files with 87 additions and 106 deletions
|
@ -99,10 +99,10 @@ local function main(args)
|
|||
local command = ''
|
||||
|
||||
if mftype == 'mfc' then
|
||||
command = 'hf 14a sim t 1 u %014x'
|
||||
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 %014x'
|
||||
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