Addition of Qualys WebApp Processing
This commit is contained in:
@ -9,3 +9,4 @@ db_path=/opt/vulnwhisp/database
|
||||
trash=false
|
||||
verbose=true
|
||||
|
||||
[
|
21
configs/qualys.ini
Executable file
21
configs/qualys.ini
Executable file
@ -0,0 +1,21 @@
|
||||
[info]
|
||||
hostname = qualysapi.qg2.apps.qualys.com
|
||||
username = exampleuser
|
||||
password = examplepass
|
||||
|
||||
# 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
|
||||
|
||||
#[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
|
Reference in New Issue
Block a user