mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 05:39:16 +00:00
Preparation for an Issue #254
This commit is contained in:
@@ -599,6 +599,10 @@ csvDel = ,
|
||||
# Syntax: username:password
|
||||
dbmsCred =
|
||||
|
||||
# Format of dumped data
|
||||
# Valid: CSV, HTML or SQLITE
|
||||
dumpFormat = CSV
|
||||
|
||||
# Retrieve each query output length and calculate the estimated time of
|
||||
# arrival in real time.
|
||||
# Valid: True or False
|
||||
@@ -627,10 +631,6 @@ oDir =
|
||||
# Valid: True or False
|
||||
parseErrors = False
|
||||
|
||||
# Replicate dumped data into a sqlite3 database.
|
||||
# Valid: True or False
|
||||
replicate = False
|
||||
|
||||
# Use Use Tor anonymity network.
|
||||
# Valid: True or False
|
||||
tor = False
|
||||
|
||||
Reference in New Issue
Block a user