Minor regrouping

This commit is contained in:
Miroslav Stampar
2019-08-13 14:55:26 +02:00
parent 412301bb18
commit bfe8785ed5
4 changed files with 62 additions and 62 deletions

View File

@@ -67,6 +67,10 @@ dropSetCookie = False
# sqlmap will also test for SQL injection on the HTTP User-Agent value.
agent =
# Imitate smartphone through HTTP User-Agent header.
# Valid: True or False
mobile = False
# Use randomly selected HTTP User-Agent header value.
# Valid: True or False
randomAgent = False
@@ -343,6 +347,10 @@ regexp =
# code)
# code =
# Conduct thorough tests only if positive heuristic(s).
# Valid: True or False
smart = False
# Compare pages based only on the textual content.
# Valid: True or False
textOnly = False
@@ -683,6 +691,9 @@ sessionFile =
# Log all HTTP traffic into a textual file.
trafficFile =
# Set predefined answers (e.g. "quit=N,follow=N").
answers =
# Never ask for user input, use the default behaviour.
# Valid: True or False
batch = False
@@ -693,6 +704,10 @@ binaryFields =
# Check Internet connection before assessing the target.
checkInternet = False
# Clean up the DBMS from sqlmap specific UDF and tables.
# Valid: True or False
cleanup = False
# Crawl the website starting from the target URL.
# Valid: integer
# Default: 0
@@ -729,6 +744,11 @@ forms = False
# Valid: True or False
freshQueries = False
# Use Google dork results from specified page number.
# Valid: integer
# Default: 1
googlePage = 1
# Use hex conversion during data retrieval.
# Valid: True or False
hexConvert = False
@@ -752,15 +772,18 @@ repair = False
# Example: (google|yahoo)
scope =
# Skip heuristic detection of WAF/IPS protection.
# Valid: True or False
skipWaf = False
# Select tests by payloads and/or titles (e.g. ROW)
testFilter =
# Skip tests by payloads and/or titles (e.g. BENCHMARK)
testSkip =
# Update sqlmap.
# Valid: True or False
updateAll = False
# Web server document root directory (e.g. "/var/www").
webRoot =
[Miscellaneous]
@@ -768,9 +791,6 @@ updateAll = False
# Run host OS command(s) when SQL injection is found.
alert =
# Set predefined answers (e.g. "quit=N,follow=N").
answers =
# Beep on question and/or when SQL injection is found.
# Valid: True or False
beep = False
@@ -779,10 +799,6 @@ beep = False
# Valid: True or False
checkPayload = False
# Clean up the DBMS from sqlmap specific UDF and tables.
# Valid: True or False
cleanup = False
# Check for missing (optional) sqlmap dependencies.
# Valid: True or False
dependencies = False
@@ -791,41 +807,25 @@ dependencies = False
# Valid: True or False
disableColoring = False
# Use Google dork results from specified page number.
# Valid: integer
# Default: 1
googlePage = 1
# Display list of available tamper scripts
# Valid: True or False
listTampers = False
# Imitate smartphone through HTTP User-Agent header.
# Valid: True or False
mobile = False
# Work in offline mode (only use session data)
# Valid: True or False
offline = False
# Skip heuristic detection of WAF/IPS protection.
# Valid: True or False
skipWaf = False
# Conduct thorough tests only if positive heuristic(s).
# Valid: True or False
smart = False
# Local directory for storing temporary files.
tmpDir =
# Web server document root directory (e.g. "/var/www").
webRoot =
# Simple wizard interface for beginner users.
# Valid: True or False
wizard = False
# Update sqlmap.
# Valid: True or False
updateAll = False
# Verbosity level.
# Valid: integer between 0 and 6
# 0: Show only error and critical messages