mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Moving '--pivot-column' to a General section (Issue #437)
This commit is contained in:
parent
9d045e14e8
commit
b7d4afcc63
3 changed files with 8 additions and 8 deletions
|
|
@ -398,9 +398,6 @@ 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
|
||||
|
|
@ -640,7 +637,10 @@ oDir =
|
|||
# Valid: True or False
|
||||
parseErrors = False
|
||||
|
||||
# Use Use Tor anonymity network.
|
||||
# Pivot column name.
|
||||
pivotColumn =
|
||||
|
||||
# Use Tor anonymity network.
|
||||
# Valid: True or False
|
||||
tor = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue