60 lines
2.1 KiB
XML
60 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE nmaprun>
|
|
<nmaprun scanner="nmap" args="nmap -sV -sT -oX - -Pn -p 22,80,443,8080 93.184.216.34 93.184.216.35 93.184.216.36" version="7.94">
|
|
<host>
|
|
<address addr="93.184.216.34" addrtype="ipv4"/>
|
|
<hostnames>
|
|
<hostname name="api.example.com" type="user"/>
|
|
</hostnames>
|
|
<ports>
|
|
<port protocol="tcp" portid="22">
|
|
<state state="open" reason="syn-ack"/>
|
|
<service name="ssh" product="OpenSSH" version="8.2p1 Ubuntu 4ubuntu0.5" method="probed" conf="10">
|
|
<cpe>cpe:/a:openbsd:openssh:8.2p1</cpe>
|
|
</service>
|
|
</port>
|
|
<port protocol="tcp" portid="443">
|
|
<state state="open" reason="syn-ack"/>
|
|
<service name="http" product="Apache httpd" version="2.4.49" method="probed" conf="10" tunnel="ssl">
|
|
<cpe>cpe:/a:apache:http_server:2.4.49</cpe>
|
|
</service>
|
|
</port>
|
|
</ports>
|
|
</host>
|
|
<host>
|
|
<address addr="93.184.216.35" addrtype="ipv4"/>
|
|
<hostnames>
|
|
<hostname name="www.example.com" type="user"/>
|
|
</hostnames>
|
|
<ports>
|
|
<port protocol="tcp" portid="80">
|
|
<state state="open" reason="syn-ack"/>
|
|
<service name="http" product="nginx" version="1.18.0" method="probed" conf="10">
|
|
<cpe>cpe:/a:igor_sysoev:nginx:1.18.0</cpe>
|
|
</service>
|
|
</port>
|
|
<port protocol="tcp" portid="443">
|
|
<state state="open" reason="syn-ack"/>
|
|
<service name="http" product="nginx" version="1.18.0" method="probed" conf="10" tunnel="ssl"/>
|
|
</port>
|
|
</ports>
|
|
</host>
|
|
<host>
|
|
<address addr="93.184.216.36" addrtype="ipv4"/>
|
|
<hostnames>
|
|
<hostname name="admin.example.com" type="user"/>
|
|
</hostnames>
|
|
<ports>
|
|
<port protocol="tcp" portid="8080">
|
|
<state state="open" reason="syn-ack"/>
|
|
<service name="http-proxy" product="Apache Tomcat" version="9.0.30" method="probed" conf="10">
|
|
<cpe>cpe:/a:apache:tomcat:9.0.30</cpe>
|
|
</service>
|
|
</port>
|
|
</ports>
|
|
</host>
|
|
<runstats>
|
|
<finished time="1700000000" timestr="Tue Nov 14 00:00:00 2023" elapsed="12.34" exit="success"/>
|
|
</runstats>
|
|
</nmaprun>
|