On Fri, 20 Aug 2004, riccardo rossi wrote: > I would to know what's the exact procedure to update > plugins without using the command > nessus-update-plugins because I've some problem with > the LAN. > I download the file all-2.0.tar.gz and next?
nessus-update-plugins is just a shell script, so you can open it up directly and see what it is doing. Basically (assuming Nessus' default installation paths): * cd /usr/local/lib/nessus/plugins/ * rm *.nasl * tar xzvf /PATH/TO/all-2.0.tar.gz * kill -1 `cat /usr/local/var/nessus/nessusd.pid` ~Jay -- .. .. Jay Jacobson .. Edgeos, Inc. - 480.961.5996 - http://www.edgeos.com .. .. Network Security Auditing and .. Vulnerability Assessment Managed Services .. _______________________________________________ Nessus mailing list [EMAIL PROTECTED] http://mail.nessus.org/mailman/listinfo/nessus
