mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
implementation of MySQL GROUP_CONCAT technique
This commit is contained in:
parent
808b03fc3e
commit
199f14df46
5 changed files with 33 additions and 1 deletions
|
|
@ -149,6 +149,9 @@ def cmdLineParser():
|
|||
help="Max number of concurrent HTTP(s) "
|
||||
"requests (default 1)")
|
||||
|
||||
optimization.add_option("--group-concat", dest="groupConcat", action="store_true",
|
||||
default=False, help="Use GROUP_CONCAT MySQL technique in dumping phase")
|
||||
|
||||
# Injection options
|
||||
injection = OptionGroup(parser, "Injection", "These options can be "
|
||||
"used to specify which parameters to test "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue