File: xml_test3.xml

package info (click to toggle)
nmap 6.47-3%2Bdeb8u2
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 44,788 kB
  • ctags: 25,108
  • sloc: ansic: 89,741; cpp: 62,412; sh: 19,492; python: 17,323; xml: 11,413; perl: 2,529; makefile: 2,503; yacc: 608; lex: 469; asm: 372; java: 45
file content (27 lines) | stat: -rw-r--r-- 1,173 bytes parent folder | download | duplicates (14)
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" ?>
<!-- nmap 3.75 scan initiated Mon Jul 18 22:23:15 2005 as: nmap -sV -p80,22 -oX xml_test3.xml localhost -->
<nmaprun scanner="nmap" args="nmap -sV -p80,22 -oX xml_test3.xml localhost" start="1121736195" version="3.75" xmloutputversion="1.01">
<scaninfo type="connect" protocol="tcp" numservices="2" services="22,80" />
<verbose level="0" />
<debugging level="0" />
<host>
   <status state="up" />
   <address addr="127.0.0.1" addrtype="ipv4" />
   <hostnames>
      <hostname name="localhost.localdomain" type="PTR" />
      </hostnames>
   <ports>
      <extraports state="unknown" count="0" />
      <port protocol="tcp" portid="22">
         <state state="closed" />
         <service name="ssh" method="table" conf="3" />
      </port>
      <port protocol="tcp" portid="80">
         <state state="open" />
         <service name="http" product="Apache httpd" version="2.0.53" method="probed" conf="10" />
      </port>
   </ports>
</host>
<runstats><finished time="1121736201" /><hosts up="1" down="0" total="1" />
<!-- Nmap run completed at Mon Jul 18 22:23:21 2005; 1 IP address (1 host up) scanned in 5.177 seconds -->
</runstats></nmaprun>