On Jul 19, 2005, at 13:54, [EMAIL PROTECTED] wrote:
Hello,
can anyone tell me how to copy the downloaded plugins
(registered feed)
to a nessus box inside a DMZ?
(The only way to transport is ssh / scp).
I tried to copy all the files inside the plugins dir (tar/scp)- but no
success at all.
When you register, you're given the option to do a 'manual
registration' which then gives you a link allowing you to download
the plugins directly.
Then just do something along the lines of :
wget -O all-2.0.tar.gz "https://plugins.nessus.org/get.php?
l=XXXX&p=XXXXX&f=all-2.0.tar.gz"
scp all-2.0.tar.gz [EMAIL PROTECTED]:~/
ssh [EMAIL PROTECTED] "tar -zxvf all-2.0.tar.gz -C /usr/local/lib/
nessus/plugins/ && killall -1 nessusd"
-- Renaud
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus