Site Tools


linux:ubuntu:openvas

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:ubuntu:openvas [2018/02/22 18:14] – created lunetikklinux:ubuntu:openvas [2018/05/18 16:51] (current) lunetikk
Line 15: Line 15:
 apt-get install libopenvas9-dev apt-get install libopenvas9-dev
 </code> </code>
-<code></code>+ 
 +finalize 
 +<code> 
 +greenbone-nvt-sync 
 +greenbone-scapdata-sync 
 +greenbone-certdata-sync 
 +service openvas-scanner restart 
 +service openvas-manager restart 
 +openvasmd --rebuild --progress 
 +</code>
  
  
Line 29: Line 38:
 ===== Configuration ===== ===== Configuration =====
  
-Edit the website default port in the following file+==== Website ==== 
 + 
 +Edit the websites default port in the following file
 <code> <code>
 /etc/default/openvas-gsa /etc/default/openvas-gsa
Line 38: Line 49:
 service openvas-gsa restart service openvas-gsa restart
 </code> </code>
 +
 +To set a SSL cert with LetsEncrypt, check the following link:
 +[[https://www.blackhat.pm/tutorial-greenbone-security-assistant-lets-encrypt.html|Blackhat.pm - Tutorial GSA LetsEncrypt]]
  
 ===== Commands ===== ===== Commands =====
  
 ^  Command  ^  Function  ^ ^  Command  ^  Function  ^
-      + greenbone-nvt-sync   update nvts  
-      + greenbone-scapdata-sync   update scapdata  
-      + greenbone-certdata-sync   update certdata  
-      |+ service openvas-scanner restart   restart scanner  | 
 +|  service openvas-manager restart  |  restart manager 
 +|  service openvas-gsa restart  |  restart website 
 +|  openvasmd --create-user <USERNAME>  |  create a new adminuser with a random generated password 
  
 ===== Troubleshooting ===== ===== Troubleshooting =====
Line 51: Line 69:
 **Host seems to be dead, no results:** **Host seems to be dead, no results:**
  
- +execute the following 
 +<code> 
 +openvasmd --update 
 +service openvas-manager restart 
 +service openvas-scanner restart 
 +</code>
  
  
  
  
linux/ubuntu/openvas.1519319677.txt.gz · Last modified: 2018/02/22 18:14 (external edit)