fix lau scripts renaming
This commit is contained in:
@@ -26,7 +26,7 @@ It uses both LF and HF simulations.
|
||||
-- Author note
|
||||
-- I wrote this as i was doing a PACS audit. This is far from complete, but is easily expandable.
|
||||
-- The idea was based on proxbrute, but i needed more options, and support for different readers.
|
||||
-- I dont know LUA, so I used Brian Redbeards lf_bulk_program.lua script as a starting point, sorry if its kludgy.
|
||||
-- I dont know LUA, so I used Brian Redbeards lf_hid_bulkclone.lua script as a starting point, sorry if its kludgy.
|
||||
|
||||
]]
|
||||
example = [[
|
||||
@@ -110,7 +110,7 @@ local function isempty(s)
|
||||
return s == nil or s == ''
|
||||
end
|
||||
|
||||
-- The code below was blatantly stolen from Brian Redbeard's lf_bulk_program.lua script
|
||||
-- The code below was blatantly stolen from Brian Redbeard's lf_hid_bulkclone.lua script
|
||||
local function toBits(num, bits)
|
||||
bits = bits or math.max(1, select(2, math.frexp(num)))
|
||||
local t = {}
|
||||
|
||||
Reference in New Issue
Block a user