Nmap Development mailing list archives

Re: Nmap separated result files from one global scan.


From: Christian Heinrich <christian.heinrich () cmlh id au>
Date: Mon, 24 Aug 2015 09:31:10 +1000

Alexandr,

You could parse the XML output file for hosts that have TCP 80 open,
i.e. TCP SYN Scan, then parse this output [as input] into a script
which iterates over the list of hosts [that are up] and sends the
results to separate XML output files which are named by IP Address.

On Sun, Aug 23, 2015 at 5:50 PM, Alexandr Ivanov
<alex.djentelmen () gmail com> wrote:
What about the grepping the "Host" field of the nmap output file
created by "-oG"?

I though about this, but it's not an option in my case.

2015-08-23 14:10 GMT+07:00 Christian Heinrich
<christian.heinrich () cmlh id au>:

Alexandr,

On Sun, Aug 23, 2015 at 3:13 PM, Alexandr Ivanov
My suggestion is if I do "nmap -A -p 80 0.0.0.0/9 -oX result" I need
complete results like:

0.0.0.0
0.0.0.1
0.0.0.2

What about the grepping the "Host" field of the nmap output file
created by "-oG"?


--
Regards,
Christian Heinrich

http://cmlh.id.au/contact





-- 
Regards,
Christian Heinrich

http://cmlh.id.au/contact
_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: