mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Implementation for an Issue #437
This commit is contained in:
parent
2defc30dc6
commit
9d045e14e8
4 changed files with 50 additions and 27 deletions
|
|
@ -398,6 +398,9 @@ dumpTable = False
|
|||
# Valid: True or False
|
||||
dumpAll = False
|
||||
|
||||
# Pivot column name.
|
||||
pivotColumn =
|
||||
|
||||
# Search column(s), table(s) and/or database name(s).
|
||||
# Requires: db, tbl or col
|
||||
# Valid: True or False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue