diff options
Diffstat (limited to 'ndiff/test-scans/simple.xml')
-rw-r--r-- | ndiff/test-scans/simple.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ndiff/test-scans/simple.xml b/ndiff/test-scans/simple.xml new file mode 100644 index 0000000..cf5b373 --- /dev/null +++ b/ndiff/test-scans/simple.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" ?> +<?xml-stylesheet href="file:///usr/share/nmap/nmap.xsl" type="text/xsl"?> +<!-- This simple scan has one scaninfo and no extraports. --> +<!-- Nmap 4.90RC2 scan initiated Fri Jul 10 17:23:30 2009 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="1247268210" startstr="Fri Jul 10 17:23:30 2009" version="4.90RC2" xmloutputversion="1.03"> +<scaninfo type="syn" protocol="tcp" numservices="2" services="22,113" /> +<verbose level="0" /> +<debugging level="0" /> +<host starttime="1247268210" endtime="1247268210"><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="52"/><service name="ssh" method="table" conf="3" /></port> +<port protocol="tcp" portid="113"><state state="closed" reason="reset" reason_ttl="52"/><service name="auth" method="table" conf="3" /></port> +</ports> +<times srtt="91167" rttvar="51529" to="297283" /> +</host> +<runstats><finished time="1247268210" timestr="Fri Jul 10 17:23:30 2009" elapsed="0.56"/><hosts up="1" down="0" total="1" /> +<!-- Nmap done at Fri Jul 10 17:23:30 2009; 1 IP address (1 host up) scanned in 0.56 seconds --> +</runstats></nmaprun> |