mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
Clean up of t55xx_default_pwds
Removed 1 whitespace, grouped some keys, uppercased keys and moved line comments to above the keys. Duplicate checked after and all is good, just another little spring clean (wasn't much I'll admit that) Signed-off-by: amec0e <88857687+amec0e@users.noreply.github.com>
This commit is contained in:
parent
e87f1ab79f
commit
eba98a5577
1 changed files with 38 additions and 25 deletions
|
@ -50,8 +50,8 @@ C0F5009A
|
|||
07CEE75D
|
||||
#
|
||||
# prefered pwds of members in the community
|
||||
feedbeef
|
||||
deadc0de
|
||||
FEEDBEEF
|
||||
DEADC0DE
|
||||
# Default pwd, simple:
|
||||
00000000
|
||||
11111111
|
||||
|
@ -69,12 +69,12 @@ CCCCCCCC
|
|||
DDDDDDDD
|
||||
EEEEEEEE
|
||||
FFFFFFFF
|
||||
a0a1a2a3
|
||||
b0b1b2b3
|
||||
A0A1A2A3
|
||||
B0B1B2B3
|
||||
00000001
|
||||
00000002
|
||||
0000000a
|
||||
0000000b
|
||||
0000000A
|
||||
0000000B
|
||||
01020304
|
||||
02030405
|
||||
03040506
|
||||
|
@ -118,8 +118,10 @@ F0000000
|
|||
AABBCCDD
|
||||
BBCCDDEE
|
||||
CCDDEEFF
|
||||
0CB7E7FC # rfidler?
|
||||
FABADA11 # china?
|
||||
# rfidler?
|
||||
0CB7E7FC
|
||||
# china?
|
||||
FABADA11
|
||||
# 20 most common len==8
|
||||
87654321
|
||||
12341234
|
||||
|
@ -130,22 +132,33 @@ FABADA11 # china?
|
|||
11112222
|
||||
13131313
|
||||
10041004
|
||||
# pii
|
||||
31415926
|
||||
#
|
||||
31415926 # pii
|
||||
abcd1234
|
||||
ABCD1234
|
||||
20002000
|
||||
19721972
|
||||
aa55aa55 # amiboo
|
||||
55aa55aa # rev amiboo
|
||||
4f271149 # seeds ul-ev1
|
||||
07d7bb0b # seeds ul-ev1
|
||||
9636ef8f # seeds ul-ev1
|
||||
b5f44686 # seeds ul-ev1
|
||||
9E3779B9 # TEA
|
||||
C6EF3720 # TEA
|
||||
7854794A # xbox tea constant :)
|
||||
F1EA5EED # burtle
|
||||
69314718 # ln2
|
||||
57721566 # euler constant (dec)
|
||||
93C467E3 # euler constant (hex)
|
||||
27182818 # natural log
|
||||
# rev amiboo
|
||||
AA55AA55
|
||||
55AA55AA
|
||||
# seeds ul-ev1
|
||||
4F271149
|
||||
07D7BB0B
|
||||
9636EF8F
|
||||
B5F44686
|
||||
# TEA
|
||||
9E3779B9
|
||||
C6EF3720
|
||||
#
|
||||
# xbox tea constant :)
|
||||
7854794A
|
||||
# burtle
|
||||
F1EA5EED
|
||||
# ln2
|
||||
69314718
|
||||
# euler constant (dec)
|
||||
57721566
|
||||
# euler constant (hex)
|
||||
93C467E3
|
||||
# natural log
|
||||
27182818
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue