From a4f410407587ecc200eca6898aabf0d60e2cc4ba Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 18 May 2019 17:53:08 +0200 Subject: [PATCH] textual --- armsrc/Standalone/lf_hidbrute.c | 2 +- client/comms.h | 2 +- client/scripts/brutesim.lua | 2 +- client/scripts/legic.lua | 2 +- client/scripts/mfkeys.lua | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/armsrc/Standalone/lf_hidbrute.c b/armsrc/Standalone/lf_hidbrute.c index fbd71a704..9840791dc 100644 --- a/armsrc/Standalone/lf_hidbrute.c +++ b/armsrc/Standalone/lf_hidbrute.c @@ -10,7 +10,7 @@ // // PROXMARK3 - HID CORPORATE 1000 BRUTEFORCER (STAND-ALONE MODE) // -// This version of Proxmark3 firmware adds one extra stand-alone mode to proxmark3 firmware. +// This version of Proxmark3 firmware adds one extra stand-alone mode. // The new stand-alone mode allows to execute a bruteforce on HID Corporate 1000 readers, by // reading a specific badge and bruteforcing the Card Number (incrementing and decrementing it), // mainteining the same Facility Code of the original badge. diff --git a/client/comms.h b/client/comms.h index 380c763b2..6ec14331d 100644 --- a/client/comms.h +++ b/client/comms.h @@ -6,7 +6,7 @@ // at your option, any later version. See the LICENSE.txt file for the text of // the license. //----------------------------------------------------------------------------- -// Code for communicating with the proxmark3 hardware. +// Code for communicating with the Proxmark3 hardware. //----------------------------------------------------------------------------- #ifndef COMMS_H_ diff --git a/client/scripts/brutesim.lua b/client/scripts/brutesim.lua index 863fff88b..4d58c5c52 100644 --- a/client/scripts/brutesim.lua +++ b/client/scripts/brutesim.lua @@ -19,7 +19,7 @@ desc = [[ *SUPPORTED TAGS: pyramid, awid, fdx, jablotron, noralsy, presco, visa2000, 14a, hid -This script uses the proxmark3 implementations of simulation to bruteforce given ranges of id. +This script uses the Proxmark3 implementations of simulation to bruteforce given ranges of id. It uses both LF and HF simulations. -- Author note diff --git a/client/scripts/legic.lua b/client/scripts/legic.lua index ba38c183b..9637ef6c8 100644 --- a/client/scripts/legic.lua +++ b/client/scripts/legic.lua @@ -2687,7 +2687,7 @@ function modifyMode() end, } repeat - -- defualt message / prompt + -- default message / prompt ic=input("Legic command? ('h' for help - 'q' for quit)", "h") -- command actions decisions (first match, longer commands before shorter) if (type(actions[string.lower(string.sub(ic,0,3))])=='function') then diff --git a/client/scripts/mfkeys.lua b/client/scripts/mfkeys.lua index d89eb2e44..7d4a726d6 100644 --- a/client/scripts/mfkeys.lua +++ b/client/scripts/mfkeys.lua @@ -1,5 +1,5 @@ --[[ - This is an example of Lua-scripting within proxmark3. This is a lua-side + This is an example of Lua-scripting within Proxmark3. This is a lua-side implementation of hf mf chk This code is licensed to you under the terms of the GNU GPL, version 2 or,