-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_nmap_data.xml
46 lines (39 loc) · 1.37 KB
/
test_nmap_data.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE nmaprun>
<nmaprun scanner="nmap" start="1703822602" startstr="Thu Dec 28 20:03:22 2023" version="7.94" xmloutputversion="1.05">
<scaninfo type="syn" protocol="tcp" numservices="1000"/>
<host starttime="1703822608" endtime="1703826412">
<status state="up" reason="arp-response" reason_ttl="0" />
<address addr="10.250.100.1" addrtype="ipv4" />
<address addr="AA:AA:AA:FF:FF:FF" addrtype="mac" vendor="silicom" />
<hostnames>
<hostname name="x.example.com" type="PTR" />
</hostnames>
<ports>
<port protocol="tcp" portid="22">
<state state="open" reason="syn-ack" reason_ttl="64" />
<service name="ssh" product="OpenSSH" version="9.4" extrainfo="protocol 2.0" method="probed" conf="10">
<cpe>
cpe:/a:openbsd:openssh:9.4
</cpe>
</service>
</port>
<port protocol="tcp" portid="80">
<state state="open" reason="syn-ack" reason_ttl="64" />
<service name="http" product="nginx" method="probed" conf="10">
<cpe>
cpe:/a:igor_sysoev:nginx
</cpe>
</service>
</port>
<port protocol="tcp" portid="443">
<state state="open" reason="syn-ack" reason_ttl="64" />
<service name="http" product="nginx" tunnel="ssl" method="probed" conf="10">
<cpe>
cpe:/a:igor_sysoev:nginx
</cpe>
</service>
</port>
</ports>
</host>
</nmaprun>