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