]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
added some keys
authoriceman1001 <iceman@iuse.se>
Sat, 5 Dec 2015 21:18:42 +0000 (22:18 +0100)
committericeman1001 <iceman@iuse.se>
Sat, 5 Dec 2015 21:18:42 +0000 (22:18 +0100)
CHANGELOG.md
client/default_keys.dic
client/default_pwd.dic
client/lualibs/mf_default_keys.lua

index c2857eaeee677cda574c8ab1dede2180cefa1731..7240170ba28b8487a75c92b73e61d6d04445a12d 100644 (file)
@@ -7,6 +7,11 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
   --
 
 ### Added                                                                                              
+- `lf t55xx bruteforce <start password> <end password> [i <*.dic>]` - Simple bruteforce attack to find password - (iceman and others)
+- `lf viking clone`- clone viking tag to t55x7 or Q5 from 4byte hex ID input 
+- `lf viking sim`  - sim full viking tag from 4byte hex ID input
+- `lf viking read` - read viking tag and output ID
+- `lf t55xx wipe`  - sets t55xx back to factory defaults
 - Added viking demod to `lf search` (marshmellow)
 - `data askvikingdemod` demod viking id tag from graphbuffer (marshmellow)
 - `lf t55xx resetread` added reset then read command - should allow determining start
@@ -29,6 +34,11 @@ of stream transmissions (marshmellow)
 - Added option c to 'hf list' (mark CRC bytes) (piwi)
 
 ### Changed                                                                                                                                            
+- Adjusted lf awid clone to optionally clone to Q5 tags
+- Adjusted lf t55xx detect to find Q5 tags (t5555) instead of just t55x7
+- Adjusted all lf NRZ demods - works more acurately and consistantly (as long as you have strong signal)
+- Adjusted lf pskindalademod to reduce false positive reads.
+- Small adjustments to psk, nrz, and ask clock detect routines - more reliable.
 - Adjusted lf em410x em410xsim to accept a clock argument
 - Adjusted lf t55xx dump to allow overriding the safety check and warning text (marshmellow)
 - Adjusted lf t55xx write input variables (marshmellow)
index 9bd6b02c54bdf5d3719f04323b3b1cd97448b65b..9d4372e53158fb86a2d2ee43a5a231772300fc8e 100644 (file)
@@ -133,4 +133,7 @@ D49E2826664F,
 48ffe71294a0, -- Länstrafiken i Västerbotten
 e3429281efc1, -- Länstrafiken i Västerbotten
 16f21a82ec84, -- Länstrafiken i Västerbotten
-460722122510, -- Länstrafiken i Västerbotten
\ No newline at end of file
+460722122510, -- Länstrafiken i Västerbotten
+# 3dprinter
+AAFB06045877, --EPI Envisionte# 3dprinter
+AAFB06045877, --EPI Envisionte
\ No newline at end of file
index 94cd46319bbba7aac8828adb5882ea71b0365915..c4aaf64cedc3e68c935e5e3a50dc989ed2e066e8 100644 (file)
@@ -105,3 +105,7 @@ aa55aa55, //amiboo
 07d7bb0b, // seeds ul-ev1
 9636ef8f, // seeds ul-ev1
 b5f44686, // seeds ul-ev1
+9E3779B9, // TEA
+C6EF3720, // TEA
+7854794A, // xbox tea constant :)
+F1EA5EED, //burtle
\ No newline at end of file
index 8473e6577721e165c9e42ceab715758c80ee45c8..7cc832468bfc427599118a5f856be2ebf4078445 100644 (file)
@@ -226,6 +226,12 @@ local _keys = {
        '51284C3686A6',
        '3DF14C8000A1',
        '6A470D54127C',
+       
+       --[[
+       3dprinter
+       EPI Envisionte
+       --]]
+       'AAFB06045877',
 }
 
 ---
Impressum, Datenschutz