FIX: 'script run mifare_autopwn' some print statements

FIX: 'script run mfkeys'  correct author,  added copyright
This commit is contained in:
iceman1001 2017-07-24 13:00:40 +02:00
commit b149fdc67b
2 changed files with 5 additions and 6 deletions

View file

@ -20,7 +20,7 @@ local utils = require('utils')
example =[[
script run mfkeys
]]
author = "Iceman"
author = "Holiman"
usage = "script run mfkeys"
desc = ("This script implements Mifare check keys. It utilises a large list of default keys (currently %d keys).\
If you want to add more, just put them inside /lualibs/mf_default_keys.lua\n"):format(#keylist) ..
@ -101,7 +101,6 @@ local function checkBlock(blockno, testkeys, keytype)
end
-- A function to display the results
-- TODO: iceman 2016, still screws up output when a key is not found.
local function display_results(keys)
local sector, keyA, keyB, succA, succB
print('')