]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/lualibs/mf_default_keys.lua
Merge branch 'master' of https://github.com/Proxmark/proxmark3
[proxmark3-svn] / client / lualibs / mf_default_keys.lua
index f6264a3364e017c492a06f2653d992b148fb4677..cca4699e9741e36040221e43f58774c1a5166828 100644 (file)
@@ -126,8 +126,55 @@ 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', 
+       
+       --[[
+    Should be for Mifare TNP3xxx tags A KEY.
+    --]]
+       '4b0b20107ccb',
+
+       --[[
+    Kiev metro cards
+    --]]       
+       '8fe644038790',
+       'f14ee7cae863',
+       '632193be1c3c',
+       '569369c5a0e5',
+       '9de89e070277',
+       'eff603e1efe9',
+       '644672bd4afe',
+
+       'b5ff67cba951',
   }
 
+       --[[
+    Kiev metro cards
+    --]]       
+       '8fe644038790',
+       'f14ee7cae863',
+       '632193be1c3c',
+       '569369c5a0e5',
+       '9de89e070277',
+       'eff603e1efe9',
+       '644672bd4afe',
+
+       'b5ff67cba951',
+}
+
 ---
 --    The keys above have just been pasted in, for completeness sake. They contain duplicates. 
 --    We need to weed the duplicates out before we expose the list to someone who actually wants to use them
@@ -148,4 +195,4 @@ local function uniq(list)
     return foobar
 end
 
-return uniq(_keys)
\ No newline at end of file
+return uniq(_keys)
Impressum, Datenschutz