mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 05:39:16 +00:00
cosmetics
This commit is contained in:
60
sqlmap.conf
60
sqlmap.conf
@@ -30,36 +30,6 @@ requestFile =
|
||||
googleDork =
|
||||
|
||||
|
||||
# These options can be used to set some general working parameters.
|
||||
[General]
|
||||
|
||||
# Dump the data into an XML file.
|
||||
xmlFile =
|
||||
|
||||
# Save and resume all data retrieved on a session file.
|
||||
sessionFile =
|
||||
|
||||
# Log all HTTP traffic into a textual file.
|
||||
trafficFile =
|
||||
|
||||
# Flush session file for current target.
|
||||
# Valid: True or False
|
||||
flushSession = False
|
||||
|
||||
# Retrieve each query output length and calculate the estimated time of
|
||||
# arrival in real time.
|
||||
# Valid: True or False
|
||||
eta = False
|
||||
|
||||
# Update sqlmap.
|
||||
# Valid: True or False
|
||||
updateAll = False
|
||||
|
||||
# Never ask for user input, use the default behaviour.
|
||||
# Valid: True or False
|
||||
batch = False
|
||||
|
||||
|
||||
# These options can be used to specify how to connect to the target url.
|
||||
[Request]
|
||||
|
||||
@@ -532,6 +502,36 @@ regData =
|
||||
regType =
|
||||
|
||||
|
||||
# These options can be used to set some general working parameters.
|
||||
[General]
|
||||
|
||||
# Dump the data into an XML file.
|
||||
xmlFile =
|
||||
|
||||
# Save and resume all data retrieved on a session file.
|
||||
sessionFile =
|
||||
|
||||
# Log all HTTP traffic into a textual file.
|
||||
trafficFile =
|
||||
|
||||
# Flush session file for current target.
|
||||
# Valid: True or False
|
||||
flushSession = False
|
||||
|
||||
# Retrieve each query output length and calculate the estimated time of
|
||||
# arrival in real time.
|
||||
# Valid: True or False
|
||||
eta = False
|
||||
|
||||
# Update sqlmap.
|
||||
# Valid: True or False
|
||||
updateAll = False
|
||||
|
||||
# Never ask for user input, use the default behaviour.
|
||||
# Valid: True or False
|
||||
batch = False
|
||||
|
||||
|
||||
[Miscellaneous]
|
||||
|
||||
# Alert with audio beep when sql injection found.
|
||||
|
||||
Reference in New Issue
Block a user