mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Some more lua-scripts and library fixes from iceman, including more default keys
This commit is contained in:
parent
5b1311fba2
commit
fdefed663f
3 changed files with 84 additions and 9 deletions
|
@ -126,6 +126,21 @@ local _keys = {
|
|||
'eeeeeeeeeeee',
|
||||
'0123456789ab',
|
||||
'123456789abc',
|
||||
|
||||
--[[
|
||||
The keys below are taken from from https://github.com/4ZM/mfterm/blob/master/dictionary.txt
|
||||
--]]
|
||||
|
||||
'abcdef123456', -- Key from ladyada.net
|
||||
|
||||
'000000000001',
|
||||
'000000000002',
|
||||
'00000000000a',
|
||||
'00000000000b',
|
||||
'100000000000',
|
||||
'200000000000',
|
||||
'a00000000000',
|
||||
'b00000000000',
|
||||
}
|
||||
|
||||
---
|
||||
|
@ -148,4 +163,4 @@ local function uniq(list)
|
|||
return foobar
|
||||
end
|
||||
|
||||
return uniq(_keys)
|
||||
return uniq(_keys)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue