wfDict.php
738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?php
$dictWords = array(
'password',
'Password',
'passwd',
'admin',
'administrator',
'super',
'superuser',
'supervisor',
'root',
'manager',
'mgr',
'1234567890',
'123456789',
'12345678',
'1234567',
'123456',
'12345',
'1234',
'123',
'12',
'1',
'password',
'abc123',
'qwerty',
'asdf',
'zxcv',
'9876543210',
'876543210',
'76543210',
'6543210',
'543210',
'43210',
'3210',
'210',
'10',
'0',
'1',
'11',
'111',
'1111',
'11111',
'2',
'22',
'222',
'2222',
'22222',
'3',
'33',
'333',
'3333',
'33333',
'4',
'44',
'444',
'4444',
'44444',
'5',
'55',
'555',
'5555',
'55555',
'6',
'66',
'666',
'6666',
'66666',
'7',
'77',
'777',
'7777',
'77777',
'8',
'88',
'888',
'8888',
'88888',
'9',
'99',
'999',
'9999',
'99999',
'0',
'00',
'000',
'0000',
'00000'
);