add filter for scan name and days to look back
This commit is contained in:
@ -10,6 +10,7 @@ write_path=/opt/VulnWhisperer/data/nessus/
|
||||
db_path=/opt/VulnWhisperer/data/database
|
||||
trash=false
|
||||
verbose=false
|
||||
scan_filter=
|
||||
|
||||
[tenable]
|
||||
enabled=true
|
||||
@ -23,6 +24,7 @@ write_path=/opt/VulnWhisperer/data/tenable/
|
||||
db_path=/opt/VulnWhisperer/data/database
|
||||
trash=false
|
||||
verbose=false
|
||||
scan_filter=
|
||||
|
||||
[qualys_web]
|
||||
#Reference https://www.qualys.com/docs/qualys-was-api-user-guide.pdf to find your API
|
||||
@ -33,6 +35,7 @@ password = examplepass
|
||||
write_path=/opt/VulnWhisperer/data/qualys_web/
|
||||
db_path=/opt/VulnWhisperer/data/database
|
||||
verbose=true
|
||||
scan_filter=
|
||||
|
||||
# Set the maximum number of retries each connection should attempt.
|
||||
#Note, this applies only to failed connections and timeouts, never to requests where the server returns a response.
|
||||
@ -49,6 +52,7 @@ password = examplepass
|
||||
write_path=/opt/VulnWhisperer/data/qualys_vuln/
|
||||
db_path=/opt/VulnWhisperer/data/database
|
||||
verbose=false
|
||||
scan_filter=
|
||||
|
||||
[detectify]
|
||||
#Reference https://developer.detectify.com/
|
||||
@ -61,6 +65,7 @@ password = examplepass
|
||||
write_path =/opt/VulnWhisperer/data/detectify/
|
||||
db_path = /opt/VulnWhisperer/data/database
|
||||
verbose = true
|
||||
scan_filter=
|
||||
|
||||
[openvas]
|
||||
enabled = false
|
||||
@ -71,6 +76,7 @@ password = examplepass
|
||||
write_path=/opt/VulnWhisperer/data/openvas/
|
||||
db_path=/opt/VulnWhisperer/data/database
|
||||
verbose=false
|
||||
scan_filter=
|
||||
|
||||
[jira]
|
||||
enabled = false
|
||||
|
Reference in New Issue
Block a user