mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Preparation for an Issue #254
This commit is contained in:
parent
621ae587c7
commit
d95dd2d16e
8 changed files with 36 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue