11/Nov/2005 tested by SuSE 9.3
Nessus is an incredible commercial-grade vulnerability scanner also freely available under the Gnu Public License (GPL). Nessus can use Nmap to further probe networks for holes. Nessus can selectively scan for over 675 (and growing) known security problems. The resulting reports are organized by host, categorized by severity, and can be exported in a variety of formats, to include a very slick crosslinked HTML including pie charts. Links to fixes for known security problems are included.# cd /media/cdrom/suse/i586 # rpm -ihv nmap-3.81-4.i586.rpm # rpm -ihv nmap-gtk-3.81-4.i586.rpm # rpm -ihv nessus-core-2.2.3-3.i586.rpm # rpm -ihv nessus-libraries-2.2.3-3.i586.rpm
# nessus-mkcertIf you do not know how to answer, just press enter.
# nessus-adduser
# checkconfig nessusd on # /etc/init.d/nessusd start
# nessus-fetch --register XXXX-XXXX-XXXX-XXXX-XXXX # nessus-update-plugins -v
# crontab -u root -eAdd following line.
45 7 * * * /usr/sbin/nessus-update-plugins
# nessus &