lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
From: somlo at acns.colostate.edu (Gabriel L. Somlo)
Subject: Re: Nachi Worm

> 
> 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@....com

Hope this helps,
Gabriel


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ