This commit is contained in:
iceman1001
2019-05-18 17:53:08 +02:00
parent e9eb764358
commit a4f4104075
5 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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,