Another minor update

This commit is contained in:
stamparm
2013-04-30 14:11:56 +02:00
parent 08fbfda5d2
commit 16866119b8
3 changed files with 34 additions and 34 deletions

View File

@@ -98,6 +98,22 @@ pCred =
# Valid: True or False
ignoreProxy = False
# Use Tor anonymity network.
# Valid: True or False
tor = False
# Set Tor proxy port other than default.
# Valid: integer
# torPort =
# Set Tor proxy type.
# Valid: HTTP, SOCKS4, SOCKS5
torType = HTTP
# Check to see if Tor is used properly.
# Valid: True or False
checkTor = False
# Delay in seconds between each HTTP request.
# Valid: float
# Default: 0
@@ -591,10 +607,6 @@ batch = False
# Force character encoding used for data retrieval.
charset =
# Check to see if Tor is used properly.
# Valid: True or False
checkTor = False
# Crawl the website starting from the target URL.
# Valid: integer
# Default: 0
@@ -639,18 +651,6 @@ parseErrors = False
# Pivot column name.
pivotColumn =
# Use Tor anonymity network.
# Valid: True or False
tor = False
# Set Tor proxy port other than default.
# Valid: integer
# torPort =
# Set Tor proxy type.
# Valid: HTTP, SOCKS4, SOCKS5
torType = HTTP
# Update sqlmap.
# Valid: True or False
updateAll = False