mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-25 01:22:23 +08:00
this script suffers much. its not designed to use --paramss in the calls to the pm3 client
This commit is contained in:
parent
e426699c5d
commit
568d7cc1d4
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ local ansicolors = require('ansicolors')
|
|||
|
||||
copyright = ''
|
||||
author = 'Kenzy Carey'
|
||||
version = 'v1.0.2'
|
||||
version = 'v1.0.3'
|
||||
desc = [[
|
||||
|
||||
.-----------------------------------------------------------------.
|
||||
|
@ -193,7 +193,7 @@ local function main(args)
|
|||
rfidtagname = 'Noralsy'
|
||||
facilityrequired = 0
|
||||
elseif rfidtag == 'presco' then
|
||||
consolecommand = 'lf presco sim d'
|
||||
consolecommand = 'lf presco sim -d'
|
||||
rfidtagname = 'Presco'
|
||||
facilityrequired = 0
|
||||
elseif rfidtag == 'visa2000' then
|
||||
|
@ -201,7 +201,7 @@ local function main(args)
|
|||
rfidtagname = 'Visa2000'
|
||||
facilityrequired = 0
|
||||
elseif rfidtag == '14a' then
|
||||
consolecommand = 'hf 14a sim'
|
||||
consolecommand = 'hf 14a sim -t'
|
||||
if facility == '1' then rfidtagname = 'MIFARE Classic' -- Here we use the -f option to read the 14a type instead of the facility code
|
||||
elseif facility == '2' then rfidtagname = 'MIFARE Ultralight'
|
||||
elseif facility == '3' then rfidtagname = 'MIFARE Desfire'
|
||||
|
|
Loading…
Reference in a new issue