-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
hosts.ini
56 lines (42 loc) · 922 Bytes
/
hosts.ini
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
192.168.122.151
192.168.122.152
192.168.122.153
192.168.122.154
192.168.122.155
192.168.122.156
192.168.122.157
192.168.122.158
192.168.122.159
192.168.122.160
192.168.122.161
192.168.122.162
# those are mostly file-based (suid/sudo)
[vuln_suid_gtfo]
192.168.122.151
[vuln_sudo_no_password]
192.168.122.152
[vuln_sudo_gtfo]
192.168.122.153
# this one is a misconfigured docker running as root
# and with a user allowed to execute containers
[vuln_docker]
192.168.122.154
# those are the information leakage ones
[root_password_reuse]
192.168.122.155
[root_password_root]
192.168.122.156
[file_with_root_password]
192.168.122.157
[vuln_password_in_shell_history]
192.168.122.158
[root_allows_lowpriv_to_ssh]
192.168.122.159
# file in /etc configuration file
[root_password_reuse_mysql]
192.168.122.160
# cron based attacks
[cron_calling_user_file]
192.168.122.161
[cron_calling_user_wildcard]
192.168.122.162