Noid suggested "Auditor Security Tools Live CD" in an earlier thread
I really like this cd.
However I am working on setting up an automated audit for our network at work utilizing NMap on the cd.
Our authorized pc names are in this format :
W###@#
W= workstation
###= department number
@# = First AS400 Session
A vaild pc name would look like this ( W599X2 )
Here is my scan option now
nmap -sS -sR -sV -O -PI - PT -R -oN /mnt/hda1/log --append_output 10.10.*.*
I was wondering if I could somehow use the exclude option to filter out valid pc names. I would like to log the "unauthorized pc's" that are on our network.
Any help is greatly appreciated
I really like this cd.
However I am working on setting up an automated audit for our network at work utilizing NMap on the cd.
Our authorized pc names are in this format :
W###@#
W= workstation
###= department number
@# = First AS400 Session
A vaild pc name would look like this ( W599X2 )
Here is my scan option now
nmap -sS -sR -sV -O -PI - PT -R -oN /mnt/hda1/log --append_output 10.10.*.*
I was wondering if I could somehow use the exclude option to filter out valid pc names. I would like to log the "unauthorized pc's" that are on our network.
Any help is greatly appreciated
Comment