Nmap Development mailing list archives

Re: Syslog Inquiry


From: David Fifield <david () bamsoftware com>
Date: Wed, 30 Jun 2010 10:21:49 -0600

On Wed, Jun 30, 2010 at 11:59:56PM +0800, Roberto Yatco wrote:
Good day! I would like to ask help from you in using nmap. Here's the
situation. I am trying to use these options:

nmap -T4 -A -oS OS 127.0.0.1

I want that OS file (or its contents) to automatically be sent to UDP
port 514 (Syslog) of our Syslog Server for it to be logged. How can I
achieve this? We're doing this for our thesis right now. I hope you
can help us.

You might try this:

mkfifo OS
ncat --udp syslog-server 514 < OS
nmap -T4 -A -oS OS 127.0.0.1

David Fifield
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: