mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07: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 = ''
|
copyright = ''
|
||||||
author = 'Kenzy Carey'
|
author = 'Kenzy Carey'
|
||||||
version = 'v1.0.2'
|
version = 'v1.0.3'
|
||||||
desc = [[
|
desc = [[
|
||||||
|
|
||||||
.-----------------------------------------------------------------.
|
.-----------------------------------------------------------------.
|
||||||
|
@ -193,7 +193,7 @@ local function main(args)
|
||||||
rfidtagname = 'Noralsy'
|
rfidtagname = 'Noralsy'
|
||||||
facilityrequired = 0
|
facilityrequired = 0
|
||||||
elseif rfidtag == 'presco' then
|
elseif rfidtag == 'presco' then
|
||||||
consolecommand = 'lf presco sim d'
|
consolecommand = 'lf presco sim -d'
|
||||||
rfidtagname = 'Presco'
|
rfidtagname = 'Presco'
|
||||||
facilityrequired = 0
|
facilityrequired = 0
|
||||||
elseif rfidtag == 'visa2000' then
|
elseif rfidtag == 'visa2000' then
|
||||||
|
@ -201,7 +201,7 @@ local function main(args)
|
||||||
rfidtagname = 'Visa2000'
|
rfidtagname = 'Visa2000'
|
||||||
facilityrequired = 0
|
facilityrequired = 0
|
||||||
elseif rfidtag == '14a' then
|
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
|
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 == '2' then rfidtagname = 'MIFARE Ultralight'
|
||||||
elseif facility == '3' then rfidtagname = 'MIFARE Desfire'
|
elseif facility == '3' then rfidtagname = 'MIFARE Desfire'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue