Clean config and separate qualys data
This commit is contained in:
@ -26,7 +26,7 @@ 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/VulnWhisperer/data/qualys/
|
write_path=/opt/VulnWhisperer/data/qualys_web/
|
||||||
db_path=/opt/VulnWhisperer/data/database
|
db_path=/opt/VulnWhisperer/data/database
|
||||||
verbose=true
|
verbose=true
|
||||||
|
|
||||||
@ -42,16 +42,10 @@ 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/VulnWhisperer/data/qualys/
|
write_path=/opt/VulnWhisperer/data/qualys_vuln/
|
||||||
db_path=/opt/VulnWhisperer/data/database
|
db_path=/opt/VulnWhisperer/data/database
|
||||||
verbose=true
|
verbose=true
|
||||||
|
|
||||||
# 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.
|
|
||||||
max_retries = 10
|
|
||||||
# Template ID will need to be retrieved for each document. Please follow the reference guide above for instructions on how to get your template ID.
|
|
||||||
template_id = 126024
|
|
||||||
|
|
||||||
[detectify]
|
[detectify]
|
||||||
#Reference https://developer.detectify.com/
|
#Reference https://developer.detectify.com/
|
||||||
enabled = false
|
enabled = false
|
||||||
@ -74,20 +68,6 @@ write_path=/opt/VulnWhisperer/data/openvas/
|
|||||||
db_path=/opt/VulnWhisperer/data/database
|
db_path=/opt/VulnWhisperer/data/database
|
||||||
verbose=true
|
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
|
|
||||||
|
|
||||||
; proxy_protocol set to https, if not specified.
|
|
||||||
#proxy_url = proxy.mycorp.com
|
|
||||||
|
|
||||||
; proxy_port will override any port specified in proxy_url
|
|
||||||
#proxy_port = 8080
|
|
||||||
|
|
||||||
; proxy authentication
|
|
||||||
#proxy_username = proxyuser
|
|
||||||
#proxy_password = proxypass
|
|
||||||
|
|
||||||
[jira]
|
[jira]
|
||||||
enabled = false
|
enabled = false
|
||||||
hostname = jira-host
|
hostname = jira-host
|
||||||
|
@ -26,7 +26,7 @@ enabled = false
|
|||||||
hostname = qualys_web
|
hostname = qualys_web
|
||||||
username = exampleuser
|
username = exampleuser
|
||||||
password = examplepass
|
password = examplepass
|
||||||
write_path=/tmp/VulnWhisperer/data/qualys/
|
write_path=/tmp/VulnWhisperer/data/qualys_web/
|
||||||
db_path=/tmp/VulnWhisperer/data/database
|
db_path=/tmp/VulnWhisperer/data/database
|
||||||
verbose=true
|
verbose=true
|
||||||
|
|
||||||
@ -42,16 +42,10 @@ enabled = true
|
|||||||
hostname = qualys_vuln
|
hostname = qualys_vuln
|
||||||
username = exampleuser
|
username = exampleuser
|
||||||
password = examplepass
|
password = examplepass
|
||||||
write_path=/tmp/VulnWhisperer/data/qualys/
|
write_path=/tmp/VulnWhisperer/data/qualys_vuln/
|
||||||
db_path=/tmp/VulnWhisperer/data/database
|
db_path=/tmp/VulnWhisperer/data/database
|
||||||
verbose=true
|
verbose=true
|
||||||
|
|
||||||
# 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.
|
|
||||||
max_retries = 10
|
|
||||||
# Template ID will need to be retrieved for each document. Please follow the reference guide above for instructions on how to get your template ID.
|
|
||||||
template_id = 126024
|
|
||||||
|
|
||||||
[detectify]
|
[detectify]
|
||||||
#Reference https://developer.detectify.com/
|
#Reference https://developer.detectify.com/
|
||||||
enabled = false
|
enabled = false
|
||||||
@ -74,20 +68,6 @@ write_path=/tmp/VulnWhisperer/data/openvas/
|
|||||||
db_path=/tmp/VulnWhisperer/data/database
|
db_path=/tmp/VulnWhisperer/data/database
|
||||||
verbose=true
|
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
|
|
||||||
|
|
||||||
; proxy_protocol set to https, if not specified.
|
|
||||||
#proxy_url = proxy.mycorp.com
|
|
||||||
|
|
||||||
; proxy_port will override any port specified in proxy_url
|
|
||||||
#proxy_port = 8080
|
|
||||||
|
|
||||||
; proxy authentication
|
|
||||||
#proxy_username = proxyuser
|
|
||||||
#proxy_password = proxypass
|
|
||||||
|
|
||||||
[jira]
|
[jira]
|
||||||
enabled = false
|
enabled = false
|
||||||
hostname = jira-host
|
hostname = jira-host
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
input {
|
input {
|
||||||
file {
|
file {
|
||||||
path => "/opt/vulnwhisperer/data/qualys/*.json"
|
path => [ "/opt/vulnwhisperer/data/qualys/*.json" , "/opt/vulnwhisperer/data/qualys_web/*.json", "/opt/vulnwhisperer/data/qualys_vuln/*.json"]
|
||||||
type => json
|
type => json
|
||||||
codec => json
|
codec => json
|
||||||
start_position => "beginning"
|
start_position => "beginning"
|
||||||
@ -14,7 +14,6 @@ input {
|
|||||||
mode => "read"
|
mode => "read"
|
||||||
start_position => "beginning"
|
start_position => "beginning"
|
||||||
file_completed_action => "delete"
|
file_completed_action => "delete"
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user