Updating config to be consistent with conf files
This commit is contained in:
@ -4,8 +4,8 @@ hostname=localhost
|
||||
port=8834
|
||||
username=nessus_username
|
||||
password=nessus_password
|
||||
write_path=/opt/vulnwhisp/nessus/
|
||||
db_path=/opt/vulnwhisp/database
|
||||
write_path=/opt/vulnwhisperer/nessus/
|
||||
db_path=/opt/vulnwhisperer/database
|
||||
trash=false
|
||||
verbose=true
|
||||
|
||||
@ -15,8 +15,8 @@ enabled = true
|
||||
hostname = qualysapi.qg2.apps.qualys.com
|
||||
username = exampleuser
|
||||
password = examplepass
|
||||
write_path=/opt/vulnwhisp/qualys/
|
||||
db_path=/opt/vulnwhisp/database
|
||||
write_path=/opt/vulnwhisperer/qualys/
|
||||
db_path=/opt/vulnwhisperer/database
|
||||
verbose=true
|
||||
|
||||
# Set the maximum number of retries each connection should attempt.
|
||||
@ -31,8 +31,8 @@ hostname = localhost
|
||||
port = 4000
|
||||
username = exampleuser
|
||||
password = examplepass
|
||||
write_path=/opt/vulnwhisp/openvas/
|
||||
db_path=/opt/vulnwhisp/database
|
||||
write_path=/opt/vulnwhisperer/openvas/
|
||||
db_path=/opt/vulnwhisperer/database
|
||||
verbose=true
|
||||
|
||||
#[proxy]
|
||||
|
Reference in New Issue
Block a user