-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhosts.json
More file actions
35 lines (28 loc) · 700 Bytes
/
hosts.json
File metadata and controls
35 lines (28 loc) · 700 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
{
"192.168.100.1": {
"MAC": "34:00:a3:**:**:**",
"is_gateway": true,
"Brand": "Huawei"
},
"192.168.100.97": {
"MAC": "14:13:46:**:**:**",
"is_gateway": false,
"LOGO": "MSWIN",
"Username": "Admin",
"Password": "letmein123",
"Open ports": "22, 80, 443"
},
"192.168.100.181": {
"Port": 5432,
"MAC": "d8:0b:9a:**:**:**",
"is_gateway": false,
"LOGO": "SERVER",
"Service": "Postgres server"
},
"192.168.100.131": {
"is_gateway": false,
"Open ports": "22, 80",
"MAC": "de:ad:be:ef:**:**",
"OS": "Unknown"
}
}