mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 03:19:02 +00:00
20 lines
1.3 KiB
XML
20 lines
1.3 KiB
XML
<?xml version="1.0" ?>
|
|
<?xml-stylesheet href="/usr/share/nmap/nmap.xsl" type="text/xsl"?>
|
|
<!-- This simple scan has one scaninfo and no extraports. -->
|
|
<!-- Nmap 4.68 scan initiated Wed Sep 3 19:49:34 2008 as: nmap -oX simple.xml -p 22,113 scanme.nmap.org -->
|
|
<nmaprun scanner="nmap" args="nmap -oX simple.xml -p 22,113 scanme.nmap.org" start="1220492974" startstr="Wed Sep 3 19:49:34 2008" version="4.68" xmloutputversion="1.02">
|
|
<scaninfo type="syn" protocol="tcp" numservices="2" services="22,113" />
|
|
<verbose level="0" />
|
|
<debugging level="0" />
|
|
<host starttime="1220492974" endtime="1220492975"><status state="up" reason="echo-reply"/>
|
|
<address addr="64.13.134.52" addrtype="ipv4" />
|
|
<hostnames><hostname name="scanme.nmap.org" type="PTR" /></hostnames>
|
|
<ports><port protocol="tcp" portid="22"><state state="open" reason="syn-ack" reason_ttl="51"/><service name="ssh" method="table" conf="3" /></port>
|
|
<port protocol="tcp" portid="113"><state state="closed" reason="reset" reason_ttl="51"/><service name="auth" method="table" conf="3" /></port>
|
|
</ports>
|
|
<times srtt="85540" rttvar="49241" to="282504" />
|
|
</host>
|
|
<runstats><finished time="1220492975" timestr="Wed Sep 3 19:49:35 2008"/><hosts up="1" down="0" total="1" />
|
|
<!-- Nmap done at Wed Sep 3 19:49:35 2008; 1 IP address (1 host up) scanned in 0.48 seconds -->
|
|
</runstats></nmaprun>
|