mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Another minor update for #1836
This commit is contained in:
parent
3bf08290a4
commit
7afe655561
4 changed files with 8 additions and 8 deletions
|
|
@ -482,9 +482,6 @@ col =
|
|||
# Back-end database management system database table column(s) to not enumerate.
|
||||
excludeCol =
|
||||
|
||||
# Result fields having binary values (e.g. "digest").
|
||||
binaryFields =
|
||||
|
||||
# Pivot column name.
|
||||
pivotColumn =
|
||||
|
||||
|
|
@ -656,6 +653,9 @@ trafficFile =
|
|||
# Valid: True or False
|
||||
batch = False
|
||||
|
||||
# Result fields having binary values (e.g. "digest").
|
||||
binaryFields =
|
||||
|
||||
# Force character encoding used for data retrieval.
|
||||
charset =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue