Some more reordering

This commit is contained in:
stamparm
2013-04-30 14:32:11 +02:00
parent 16866119b8
commit d2a5548889
3 changed files with 25 additions and 25 deletions

View File

@@ -132,11 +132,6 @@ retries = 3
# Randomly change value for the given parameter.
rParam =
# Regular expression for filtering targets from provided Burp.
# or WebScarab proxy log.
# Example: (google|yahoo)
scope =
# URL address to visit frequently during testing.
# Example: http://192.168.1.121/index.html
safUrl =
@@ -154,6 +149,10 @@ skipUrlEncode = False
# Valid: True or False
forceSSL = False
# Use HTTP parameter pollution.
# Valid: True or False
hpp = False
# Evaluate provided Python code before the request.
# Example: import hashlib;id2=hashlib.md5(id).hexdigest()
evalCode =
@@ -651,6 +650,14 @@ parseErrors = False
# Pivot column name.
pivotColumn =
# Regular expression for filtering targets from provided Burp.
# or WebScarab proxy log.
# Example: (google|yahoo)
scope =
# Select tests by payloads and/or titles (e.g. ROW)
testFilter =
# Update sqlmap.
# Valid: True or False
updateAll = False
@@ -696,10 +703,6 @@ disableColoring = False
# Default: 1
googlePage = 1
# Use HTTP parameter pollution.
# Valid: True or False
hpp = False
# Make a through testing for a WAF/IPS/IDS protection.
# Valid: True or False
identifyWaf = False
@@ -716,9 +719,6 @@ pageRank = False
# Valid: True or False
smart = False
# Select tests by payloads and/or titles (e.g. ROW)
testFilter =
# Simple wizard interface for beginner users.
# Valid: True or False
wizard = False