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
|
<?xml version="1.0"?>
<?xml-stylesheet href="file:///usr/share/nmap/nmap.xsl" type="text/xsl"?>
<!-- Nmap 5.51 scan initiated Sun Feb 24 21:41:28 2013 as: nmap -sV -vv -p 22,25,80,443 -oX 1_hosts_banner_ports.xml localhost2 -->
<nmaprun scanner="nmap" args="nmap -sV -vv -p 22,25,80,443 -oX 1_hosts_banner_ports.xml localhost2" start="1361738488" startstr="Sun Feb 24 21:41:28 2013" version="5.51" xmloutputversion="1.03">
<scaninfo type="syn" protocol="tcp" numservices="4" services="22,25,80,443"/>
<verbose level="2"/>
<debugging level="0"/>
<taskbegin task="SYN Stealth Scan" time="1361738488"/>
<taskend task="SYN Stealth Scan" time="1361738488" extrainfo="4 total ports"/>
<taskbegin task="Service scan" time="1361738488"/>
<taskend task="Service scan" time="1361738488" extrainfo="2 services on 1 host"/>
<host starttime="1361738488" endtime="1361738488"><status state="up" reason="localhost2-response"/>
<address addr="127.0.0.1" addrtype="ipv4"/>
<hostnames>
<hostname name="localhost2" type="user"/>
<hostname name="localhost2" type="PTR"/>
</hostnames>
<ports><port protocol="tcp" portid="22"><state state="open" reason="syn-ack" reason_ttl="64"/><service name="ssh" product="OpenSSH" version="5.3" extrainfo="protocol 2.0" method="probed" conf="10"/></port>
<port protocol="tcp" portid="25"><state state="open" reason="syn-ack" reason_ttl="64"/><service name="smtp" product="Postfix smtpd" hostname=" jambon.localdomain" method="probed" conf="10"/></port>
<port protocol="tcp" portid="80"><state state="closed" reason="reset" reason_ttl="64"/><service name="http" method="table" conf="3"/></port>
<port protocol="tcp" portid="443"><state state="closed" reason="reset" reason_ttl="64"/><service name="https" method="table" conf="3"/></port>
</ports>
<times srtt="80" rttvar="2159" to="100000"/>
</host>
<runstats><finished time="1361738488" timestr="Sun Feb 24 21:41:28 2013" elapsed="0.15" summary="Nmap done at Sun Feb 24 21:41:28 2013; 1 IP address (1 host up) scanned in 0.15 seconds" exit="success"/><hosts up="1" down="0" total="1"/>
</runstats>
</nmaprun>
|