Updating config to be consistent with conf files

This commit is contained in:
Austin Taylor
2018-04-02 17:53:24 -04:00
committed by GitHub
parent 9fc9af37f7
commit 0982e26197

View File

@ -4,8 +4,8 @@ hostname=localhost
port=8834 port=8834
username=nessus_username username=nessus_username
password=nessus_password password=nessus_password
write_path=/opt/vulnwhisp/nessus/ write_path=/opt/vulnwhisperer/nessus/
db_path=/opt/vulnwhisp/database db_path=/opt/vulnwhisperer/database
trash=false trash=false
verbose=true verbose=true
@ -15,8 +15,8 @@ enabled = true
hostname = qualysapi.qg2.apps.qualys.com hostname = qualysapi.qg2.apps.qualys.com
username = exampleuser username = exampleuser
password = examplepass password = examplepass
write_path=/opt/vulnwhisp/qualys/ write_path=/opt/vulnwhisperer/qualys/
db_path=/opt/vulnwhisp/database db_path=/opt/vulnwhisperer/database
verbose=true verbose=true
# Set the maximum number of retries each connection should attempt. # Set the maximum number of retries each connection should attempt.
@ -31,8 +31,8 @@ hostname = localhost
port = 4000 port = 4000
username = exampleuser username = exampleuser
password = examplepass password = examplepass
write_path=/opt/vulnwhisp/openvas/ write_path=/opt/vulnwhisperer/openvas/
db_path=/opt/vulnwhisp/database db_path=/opt/vulnwhisperer/database
verbose=true verbose=true
#[proxy] #[proxy]