Skip to content
This repository was archived by the owner on Jan 25, 2019. It is now read-only.

Commit 2b82fd7

Browse files
author
utkusen
committed
initial commit
1 parent ae5a984 commit 2b82fd7

35 files changed

+2778
-0
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.DS_Store
2+
assets/.DS_Store
3+
.idea/
4+
*.pyc
5+
venv/
6+
masscan/

LICENSE

+671
Large diffs are not rendered by default.

assets/compromised/placeholder

Whitespace-only changes.

assets/discovered/placeholder

Whitespace-only changes.

assets/test.txt

Whitespace-only changes.

config/dorks/sqli.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.php?id=
2+
.asp?id=
3+
.aspx?id=
4+
.php?type=
5+
.asp?type=
6+
.aspx?type=

config/wordlists/ftp_default_user.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
root

config/wordlists/generic_pass.txt

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
123456
2+
password
3+
12345
4+
1234
5+
root
6+
123
7+
qwerty
8+
test
9+
abc123
10+
1q2w3e
11+
p@ssw0rd
12+
1234567890
13+
root123
14+
passw0rd
15+
0000
16+
123456qwerty
17+
password123
18+
12345678
19+
apache
20+
123456789
21+
admin
22+
23+
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
root
2+
admin

config/wordlists/rdp_default_user.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Administrator
2+
root

config/wordlists/ssh_default_user.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
root
2+
git
+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
xc3511
2+
vizxv
3+
admin
4+
admin
5+
888888
6+
xmhdipc
7+
default
8+
juantech
9+
123456
10+
54321
11+
support
12+
13+
password
14+
root
15+
12345
16+
user
17+
18+
pass
19+
admin1234
20+
1111
21+
smcadmin
22+
1111
23+
666666
24+
password
25+
1234
26+
klv123
27+
admin
28+
service
29+
supervisor
30+
guest
31+
12345
32+
12345
33+
password
34+
1234
35+
666666
36+
888888
37+
ubnt
38+
klv1234
39+
Zte521
40+
hi3518
41+
jvbzd
42+
anko
43+
zlxx.
44+
7ujMko0vizxv
45+
7ujMko0admin
46+
system
47+
ikwb
48+
dreambox
49+
user
50+
realtek
51+
00000000
52+
1111111
53+
1234
54+
12345
55+
54321
56+
123456
57+
7ujMko0admin
58+
1234
59+
pass
60+
meinsm
61+
tech
62+
fucker
+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
root
2+
root
3+
root
4+
admin
5+
root
6+
root
7+
root
8+
root
9+
root
10+
root
11+
support
12+
root
13+
admin
14+
root
15+
root
16+
user
17+
admin
18+
root
19+
admin
20+
root
21+
admin
22+
admin
23+
root
24+
root
25+
root
26+
root
27+
Administrator
28+
service
29+
supervisor
30+
guest
31+
guest
32+
guest
33+
admin1
34+
administrator
35+
666666
36+
888888
37+
ubnt
38+
root
39+
root
40+
root
41+
root
42+
root
43+
root
44+
root
45+
root
46+
root
47+
root
48+
root
49+
root
50+
root
51+
root
52+
admin
53+
admin
54+
admin
55+
admin
56+
admin
57+
admin
58+
admin
59+
admin
60+
admin
61+
tech
62+
mother

0 commit comments

Comments
 (0)