rename qualys modules to be more accurate
This commit is contained in:
@ -24,13 +24,13 @@ db_path=/opt/VulnWhisperer/data/database
|
||||
trash=false
|
||||
verbose=false
|
||||
|
||||
[qualys_web]
|
||||
[qualys_was]
|
||||
#Reference https://www.qualys.com/docs/qualys-was-api-user-guide.pdf to find your API
|
||||
enabled=true
|
||||
hostname=qualys_web
|
||||
hostname=qualys_was
|
||||
username=exampleuser
|
||||
password=examplepass
|
||||
write_path=/opt/VulnWhisperer/data/qualys_web/
|
||||
write_path=/opt/VulnWhisperer/data/qualys_was/
|
||||
db_path=/opt/VulnWhisperer/data/database
|
||||
verbose=false
|
||||
|
||||
@ -40,13 +40,13 @@ 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=289109
|
||||
|
||||
[qualys_vuln]
|
||||
[qualys_vm]
|
||||
#Reference https://www.qualys.com/docs/qualys-was-api-user-guide.pdf to find your API
|
||||
enabled=true
|
||||
hostname=qualys_vuln
|
||||
hostname=qualys_vm
|
||||
username=exampleuser
|
||||
password=examplepass
|
||||
write_path=/opt/VulnWhisperer/data/qualys_vuln/
|
||||
write_path=/opt/VulnWhisperer/data/qualys_vm/
|
||||
db_path=/opt/VulnWhisperer/data/database
|
||||
verbose=false
|
||||
|
||||
@ -83,8 +83,8 @@ verbose=false
|
||||
dns_resolv=False
|
||||
|
||||
#Sample jira report scan, will automatically be created for existent scans
|
||||
#[jira.qualys_vuln.test_scan]
|
||||
#source=qualys_vuln
|
||||
#[jira.qualys_vm.test_scan]
|
||||
#source=qualys_vm
|
||||
#scan_name=Test Scan
|
||||
#jira_project=PROJECT
|
||||
; if multiple components, separate by ","=None
|
||||
|
Reference in New Issue
Block a user