Configure OpenVAS Vulnerability Scanner on Ubuntu Server 16.04 to Listen on Local LAN
To configure OpenVAS to listen on your local LAN and not just localhost on Ubuntu Server 16.04, issue these commands:
/etc/init.d/openvas-scanner stop
gsad --listen=0.0.0.0 --port=8080
/etc/init.d/openvas-scanner start
No comments:
Post a Comment