Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos

Nmap Development: Not listing services in XML output after ~200 hosts

Not listing services in XML output after ~200 hosts

From: Hari Sekhon <hpsekhon_at_googlemail.com>
Date: Wed, 10 Jan 2007 14:18:32 +0000

I'm running nmap to sweep my network as well as 3 other networks
connected via vpn, outputting the results to xml which I can then do
something with. The problem is that after the first 200 or so hosts it
stops outputting to xml and just lists the rest of the hosts as up or
down...

The command I'm running is

nmap -sS -sV -oX /path/results.xml x.x.1.0/24 x.x.2.0/24 x.x.3.0/24
x.x.4.0/24 -p- --host-timeout 30m

The xml results file shows the following for every hosts after the first
200 or so:

<host><status state="up" />
<address addr="x.x.1.240" addrtype="ipv4" />
<address addr="00:15:00:28:4F:A8" addrtype="mac" vendor="Intel Corporate" />
<hostnames />
</host>
<host><status state="up" />
<address addr="x.x.1.241" addrtype="ipv4" />
<address addr="00:13:CE:F1:CB:2E" addrtype="mac" vendor="Intel Corporate" />
<hostnames />
</host>

Any ideas why this is?

-- 
Hari Sekhon
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org
Received on Jan 10 2007
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]