mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-20 21:39:02 +00:00
Moving '--pivot-column' to a General section (Issue #437)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user