mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Update for an Issue #1836
This commit is contained in:
parent
34c2172391
commit
3bf08290a4
4 changed files with 15 additions and 12 deletions
|
|
@ -482,6 +482,12 @@ 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 =
|
||||
|
||||
# Use WHERE condition while table dumping (e.g. "id=1").
|
||||
dumpWhere =
|
||||
|
||||
|
|
@ -697,9 +703,6 @@ outputDir =
|
|||
# Valid: True or False
|
||||
parseErrors = False
|
||||
|
||||
# Pivot column name.
|
||||
pivotColumn =
|
||||
|
||||
# Regular expression for filtering targets from provided Burp.
|
||||
# or WebScarab proxy log.
|
||||
# Example: (google|yahoo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue