hacking security forum

[Full-Disclosure] Re: Nachi Worm

From: Gabriel L. Somlo <somlo@acns.colostate.edu>
Date: Thu Dec 04 2003 - 16:48:09 CST

>
> Does any one know if you can sacn of the nachi worm or the rpc.dcom =
> vulnerability with nessus
>
> Thanks
>
> Dave

I just use nmap to scan for machines listening on tcp port 707. Very
few false positives, good scaling:

nmap -sS -p707 -oG - AAA.BBB.0.0/16 | grep 'Ports: 707/open/tcp' \
                                    | cut -d' ' -f2 \
                                    | sort -t. -k3,3n -k4,4n \
                                    | mail -s "Nachi suspects" foo@bar.com

Hope this helps,
Gabriel

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html
Received on Thu Dec 04 17:08:44 2003

This archive was generated by hypermail 2.1.8 : Thu Dec 04 2003 - 18:01:00 CST

Custom Search