Quantcast
Viewing all articles
Browse latest Browse all 8

Start OpenVAS on Backtrack 5 the quick way – How to

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.

  1. Make the OpenVAS SSL certificate
  2. openvas-mkcert
  3. Create the client certificate
  4. openvas-mkcert-client -n om -i
  5. Download the latest NVTs
  6. openvas-nvt-sync
  7. Start the scanner service
  8. openvassd
  9. Rebuild the NVT database
  10. openvasmd --rebuild
  11. Create and Administrator account
  12. openvasad -c 'add_user' -n openvasadmin -r Admin
  13. Start the manager
  14. openvasmd -p 9390 -a 127.0.0.1
  15. Start the Administrator
  16. openvasad -a 127.0.0.1 -p 9393
  17. Start Greenbone security assistant
  18. 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

Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 8

Trending Articles