-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscan_base.json
More file actions
51 lines (51 loc) · 1.1 KB
/
scan_base.json
File metadata and controls
51 lines (51 loc) · 1.1 KB
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
{
"hosts": [
{
"host": "170.210.104.16",
"is_up": true,
"os": "Detected via base TTL heuristics (TTL 250)",
"ports": [
{
"cdn": null,
"confidence": null,
"ip": "170.210.104.16",
"port": 443,
"response_time": {
"nanos": 19302636,
"secs": 0
},
"service": "https",
"state": "Open",
"version": null,
"waf": null
},
{
"cdn": null,
"confidence": 85,
"ip": "170.210.104.16",
"port": 80,
"response_time": {
"nanos": 21927898,
"secs": 0
},
"service": "http",
"state": "Open",
"version": "Apache 2.4.38 (Title: 403 Forbidden)",
"waf": null
}
]
}
],
"scan_time": {
"end": "2026-03-09T04:36:33.250001215Z",
"start": "2026-03-09T04:36:32.998690207Z"
},
"statistics": {
"closed_ports": 0,
"filtered_ports": 0,
"hosts_up": 1,
"open_ports": 2,
"total_hosts": 1,
"total_ports": 2
}
}