From 568d7cc1d4e03f7a830bc215dd406b5310ce50aa Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 16 Apr 2021 00:13:44 +0200 Subject: [PATCH] this script suffers much. its not designed to use --paramss in the calls to the pm3 client --- client/luascripts/multi_bruteforce.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/luascripts/multi_bruteforce.lua b/client/luascripts/multi_bruteforce.lua index e9b320058..a2723a44c 100644 --- a/client/luascripts/multi_bruteforce.lua +++ b/client/luascripts/multi_bruteforce.lua @@ -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'