mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
adding experimental for --group-concat
This commit is contained in:
@@ -150,7 +150,7 @@ def cmdLineParser():
|
||||
"requests (default 1)")
|
||||
|
||||
optimization.add_option("--group-concat", dest="groupConcat", action="store_true",
|
||||
default=False, help="Use GROUP_CONCAT MySQL technique in dumping phase")
|
||||
default=False, help="Use GROUP_CONCAT (MySQL/error) in dumping phase (experimental)")
|
||||
|
||||
# Injection options
|
||||
injection = OptionGroup(parser, "Injection", "These options can be "
|
||||
|
||||
Reference in New Issue
Block a user