mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
FIX: 'script run mifare_autopwn' some print statements
FIX: 'script run mfkeys' correct author, added copyright
This commit is contained in:
parent
6c4d1560e9
commit
b149fdc67b
2 changed files with 5 additions and 6 deletions
|
@ -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('')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue