Addition of OpenVAS Connector
This commit is contained in:
@ -24,6 +24,15 @@ verbose=true
|
||||
max_retries = 10
|
||||
template_id = 126024
|
||||
|
||||
[openvas]
|
||||
enabled = true
|
||||
hostname = localhost
|
||||
username = exampleuser
|
||||
password = examplepass
|
||||
write_path=/opt/vulnwhisp/openvas/
|
||||
db_path=/opt/vulnwhisp/database
|
||||
verbose=true
|
||||
|
||||
#[proxy]
|
||||
; This section is optional. Leave it out if you're not using a proxy.
|
||||
; You can use environmental variables as well: http://www.python-requests.org/en/latest/user/advanced/#proxies
|
||||
|
Reference in New Issue
Block a user