Minor cleanup and initial work for #58

This commit is contained in:
Miroslav Stampar
2013-08-09 14:13:48 +02:00
parent 4beef0900d
commit a711c9ed36
7 changed files with 40 additions and 30 deletions

View File

@@ -18,6 +18,9 @@ url =
# 'conversations/' folder path
logFile =
# Scan multiple targets enlisted in a given textual file
bulkFile =
# Load HTTP request from a file
# Example (file content): POST /login.jsp HTTP/1.1\nHost: example.com\nUser-Agent: Mozilla/4.0\n\nuserid=joe&password=guessme
requestFile =
@@ -76,17 +79,17 @@ headers = Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9
# HTTP Authentication type. Useful only if the target URL requires
# HTTP Basic, Digest or NTLM authentication and you have such data.
# Valid: Basic, Digest, NTLM or Cert
aType =
authType =
# HTTP authentication credentials. Useful only if the target URL requires
# HTTP Basic, Digest or NTLM authentication and you have such data.
# Syntax: username:password
aCred =
authCred =
# HTTP Authentication certificate. Useful only if the target URL requires
# logon certificate and you have such data.
# Syntax: key_file,cert_file
aCert =
authCert =
# Use a proxy to connect to the target URL.
# Syntax: http://address:port
@@ -95,7 +98,10 @@ proxy =
# Proxy authentication credentials. Useful only if the proxy requires
# Basic or Digest authentication and you have such data.
# Syntax: username:password
pCred =
proxyCred =
# Load proxy list from a file
proxyFile =
# Ignore system default proxy settings.
# Valid: True or False