mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-22 06:09:02 +00:00
minor update (exposing --tor switch)
This commit is contained in:
10
sqlmap.conf
10
sqlmap.conf
@@ -510,7 +510,7 @@ beep = False
|
||||
# IDS detection testing of injection payloads.
|
||||
checkPayload = False
|
||||
|
||||
# Clean up the DBMS by sqlmap specific UDF and tables
|
||||
# Clean up the DBMS by sqlmap specific UDF and tables.
|
||||
# Valid: True or False
|
||||
cleanup = False
|
||||
|
||||
@@ -518,12 +518,12 @@ cleanup = False
|
||||
# Valid: True or False
|
||||
forms = False
|
||||
|
||||
# Use google dork results from specified page number
|
||||
# Use google dork results from specified page number.
|
||||
# Valid: integer
|
||||
# Default: 1
|
||||
googlePage = 1
|
||||
|
||||
# Parse DBMS error messages from response pages
|
||||
# Parse DBMS error messages from response pages.
|
||||
# Valid: True or False
|
||||
parseErrors = False
|
||||
|
||||
@@ -531,6 +531,10 @@ parseErrors = False
|
||||
# Valid: True or False
|
||||
replicate = False
|
||||
|
||||
# Use default Tor (Vidalia/Privoxy/Polipo) proxy address.
|
||||
# Valid: True or False
|
||||
replicate = False
|
||||
|
||||
# Verbosity level.
|
||||
# Valid: integer between 0 and 6
|
||||
# 0: Show only error and critical messages
|
||||
|
||||
Reference in New Issue
Block a user