-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathexample_output.json
More file actions
62 lines (62 loc) · 1.24 KB
/
example_output.json
File metadata and controls
62 lines (62 loc) · 1.24 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
52
53
54
55
56
57
58
59
60
61
62
{
"meta": {
"scanner": "nibble",
"version": "0.7.1",
"targets": [
"192.168.1.0/24"
],
"ports": "22,80,443,8080,9000-10000",
"port_count": 1005,
"started_at": "2026-03-25T10:37:52Z",
"duration_ms": 2890
},
"hosts": [
{
"ip": "192.168.1.1",
"mac": "dc:a6:32:12:34:56",
"hardware": "Ubiquiti",
"ports": [
{
"port": 22,
"service": "SSH-2.0-OpenSSH_8.4",
"source": "banner"
},
{
"port": 443,
"service": "HTTPS - HTTP over TLS/SSL",
"source": "lookup"
},
{
"port": 9999
}
]
},
{
"ip": "192.168.1.50",
"mac": "48:b0:2d:5e:a3:10",
"hardware": "NVIDIA",
"ports": [
{
"port": 22,
"service": "SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.6",
"source": "banner"
},
{
"port": 80,
"service": "HTTP - Hypertext Transfer Protocol",
"source": "lookup"
}
]
},
{
"ip": "192.168.1.77",
"ports": [
{
"port": 8080,
"service": "HTTP - Hypertext Transfer Protocol",
"source": "lookup"
}
]
}
]
}