-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample_scan_results_for_html_template.json
More file actions
159 lines (159 loc) · 6.52 KB
/
example_scan_results_for_html_template.json
File metadata and controls
159 lines (159 loc) · 6.52 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"field_names": [
"Port",
"State",
"Service",
"Service FP",
"Service Product"
],
"scans": [
{
"uuid": "5e6c4299-36d6-4f39-9d8f-f4a5a8204911",
"host": "10.10.10.10",
"host_subnet": "10.10.10.10",
"profile_name": "TCP_PORT_80_SCRIPTS",
"arguments": "-sS -script -n -Pn -vv -p 80",
"results": {
"host": "10.10.10.10",
"status": "up",
"ports": [
{
"portid": "80",
"protocol": "tcp",
"state": {
"state": "closed",
"reason": "reset",
"reason_ttl": "63"
},
"service_name": "http",
"servicefp": "",
"service_product": "",
"service": {
"name": "http",
"method": "table",
"conf": "3"
}
}
],
"os": [
"Citrix Access Gateway VPN gateway",
"Linksys WRT610Nv3 WAP",
"3Com OfficeConnect 3CRWER100-75 wireless broadband router"
],
"hops": [
"100.27.200.11",
"10.10.10.10"
],
"osfingerprint": "SCAN(V=7.80%E=4%D=6/27%OT=%CT=80%CU=38554%PV=Y%DS=2%DC=T%G=N%TM=667D629F%P=x86_64-pc-linux-gnu)\nSEQ(CI=Z%II=I)\nT5(R=Y%DF=Y%T=40%W=0%S=Z%A=S+%F=AR%O=%RD=0%Q=)\nT6(R=Y%DF=Y%T=40%W=0%S=A%A=Z%F=R%O=%RD=0%Q=)\nT7(R=Y%DF=Y%T=40%W=0%S=Z%A=S+%F=AR%O=%RD=0%Q=)\nU1(R=Y%DF=N%T=40%IPL=164%UN=0%RIPL=G%RID=G%RIPCK=G%RUCK=95FD%RUD=G)\nIE(R=Y%DFI=N%T=40%CD=S)\n",
"last_boot": "none",
"hostscript": {
"script": [
{
"id": "dns-blacklist",
"output": "\n SPAM\n l2.apews.org - FAIL\n"
},
{
"id": "dns-brute",
"output": "Can't guess domain of \"10.10.10.10\"; use dns-brute.domain script argument."
},
{
"id": "fcrdns",
"output": "FAIL (No PTR record)",
"table": {
"key": "<none>",
"elem": [
{
"key": "status",
"#text": "fail"
},
{
"key": "reason",
"#text": "No PTR record"
}
]
}
},
{
"id": "ipidseq",
"output": "ERROR: Script execution failed (use -d to debug)"
},
{
"id": "path-mtu",
"output": "PMTU == 1500"
},
{
"id": "traceroute-geolocation",
"output": "\n HOP RTT ADDRESS GEOLOCATION\n 1 0.40 172.27.240.1 - ,- \n 2 2.31 10.10.10.10 - ,- \n",
"table": [
{
"elem": [
{
"key": "rtt",
"#text": "0.40"
},
{
"key": "ip",
"#text": "172.27.240.1"
},
{
"key": "hop",
"#text": "1"
}
]
},
{
"elem": [
{
"key": "rtt",
"#text": "2.31"
},
{
"key": "ip",
"#text": "10.10.10.10"
},
{
"key": "hop",
"#text": "2"
}
]
}
]
},
{
"id": "unusual-port",
"output": "\n WARNING: this script depends on Nmap's service/version detection (-sV)\n"
}
]
},
"address": {
"addr": "10.10.10.10",
"addrtype": "ipv4"
},
"distance": {
"value": "2"
},
"trace": {
"port": "80",
"proto": "tcp",
"hop": [
{
"ttl": "1",
"ipaddr": "172.27.240.1",
"rtt": "0.40"
},
{
"ttl": "2",
"ipaddr": "10.10.10.10",
"rtt": "2.31"
}
]
},
"hostnames": null
},
"result_hash": "286f6360eae45f113c2369ee5e84f0d55b5f1091a880ea0693ddd7cc800ec377",
"created_at": "2024-06-27 16:01:28"
}
],
"section_title": "Report for company",
"section_info": "Information"
}