mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-13 17:06:53 +00:00
Initial support for #2709 (more work to be done)
This commit is contained in:
parent
116c1c8b5c
commit
db94d24db1
13 changed files with 59 additions and 45 deletions
|
|
@ -671,9 +671,6 @@ batch = False
|
|||
# Result fields having binary values (e.g. "digest").
|
||||
binaryFields =
|
||||
|
||||
# Force character encoding used for data retrieval.
|
||||
charset =
|
||||
|
||||
# Check Internet connection before assessing the target.
|
||||
checkInternet = False
|
||||
|
||||
|
|
@ -693,6 +690,9 @@ csvDel = ,
|
|||
# Valid: CSV, HTML or SQLITE
|
||||
dumpFormat = CSV
|
||||
|
||||
# Force character encoding used for data retrieval.
|
||||
encoding =
|
||||
|
||||
# Retrieve each query output length and calculate the estimated time of
|
||||
# arrival in real time.
|
||||
# Valid: True or False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue