mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-20 21:39:02 +00:00
Some more reordering
This commit is contained in:
24
sqlmap.conf
24
sqlmap.conf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user