On Sun, Jun 23, 2002 at 02:51:39AM -0500, Jeff wrote: > Anybody know how to get nessus_update_plugins to run when you're stuck behind a http >auth proxy?
Type :
cat << EOF > ~/.nessus-update-pluginsrc
proxy_user=your_username
proxy_passwd=your_secret_password
proxy="the.name.of.your.proxy:8080"
EOF
-- Renaud
