A while back I wrote myself a small cheat-sheet for getting OpenVAS started in Backtrack 5 R3, and I thought some of you might find it useful. I don't like bouncing between menus and terminals, so I wrote the steps to be run sequentially in the terminal.
- Make the OpenVAS SSL certificate
openvas-mkcert
- Create the client certificate
openvas-mkcert-client -n om -i
- Download the latest NVTs
openvas-nvt-sync
- Start the scanner service
openvassd
- Rebuild the NVT database
openvasmd --rebuild
- Create and Administrator account
openvasad -c 'add_user' -n openvasadmin -r Admin
- Start the manager
openvasmd -p 9390 -a 127.0.0.1
- Start the Administrator
openvasad -a 127.0.0.1 -p 9393
- Start Greenbone security assistant
gsad --http-only --listen=127.0.0.1 -p 9392
Then login at http://127.0.0.1:9392 using the username and password from step 6. If you have any issues, troubleshoot with:
/pentest/misc/openvas/openvas-check-setup
No comments:
Post a Comment