From ee1e79dcd57f9b4bb6dde1ec2529f69ba27dbc8d Mon Sep 17 00:00:00 2001 From: Austin Taylor Date: Wed, 27 Dec 2017 10:39:25 -0500 Subject: [PATCH] Refactored classes to be more modular, update to ini file and submodules --- configs/qualys.ini | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 configs/qualys.ini diff --git a/configs/qualys.ini b/configs/qualys.ini deleted file mode 100755 index 917e316..0000000 --- a/configs/qualys.ini +++ /dev/null @@ -1,26 +0,0 @@ -[info] -#Reference https://www.qualys.com/docs/qualys-was-api-user-guide.pdf to find your API -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 - -[report] -# Default template ID for CSVs -template_id = 126024