mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 05:39:16 +00:00
implementation of MySQL GROUP_CONCAT technique
This commit is contained in:
@@ -149,6 +149,10 @@ nullConnection = False
|
||||
# Default: 1
|
||||
threads = 1
|
||||
|
||||
# Use GROUP_CONCAT MySQL technique in dumping phase.
|
||||
# Valid: True or False
|
||||
groupConcat = False
|
||||
|
||||
|
||||
# These options can be used to specify which parameters to test for,
|
||||
# provide custom injection payloads and optional tampering scripts.
|
||||
|
||||
Reference in New Issue
Block a user