Advertisement
fplanzer

public openvas

Feb 6th, 2020
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.35 KB | None | 0 0
  1. edit /lib/systemd/system/greenbone-security-assistant.service
  2.  
  3. ExecStart=/usr/sbin/gsad --foreground --listen=0.0.0.0 --port=9392 --mlisten=0.0.0.0 --mport=9390  --allow-header-host my-public-IP  --timeout 1440
  4.  
  5.  
  6. systemctl daemon-reload && systemctl restart greenbone-security-assistant.service
  7. openvas-stop
  8. openvas-start
  9.  
  10. https://my-public-IP:9392
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement