Updating config to be consistent with conf files
This commit is contained in:
@ -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]
|
||||||
@ -47,4 +47,4 @@ verbose=true
|
|||||||
|
|
||||||
; proxy authentication
|
; proxy authentication
|
||||||
#proxy_username = proxyuser
|
#proxy_username = proxyuser
|
||||||
#proxy_password = proxypass
|
#proxy_password = proxypass
|
||||||
|
Reference in New Issue
Block a user