mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Implements #2908
This commit is contained in:
@@ -502,6 +502,9 @@ def cmdLineParser(argv=None):
|
||||
brute.add_argument("--common-columns", dest="commonColumns", action="store_true",
|
||||
help="Check existence of common columns")
|
||||
|
||||
brute.add_argument("--common-files", dest="commonFiles", action="store_true",
|
||||
help="Check existence of common files")
|
||||
|
||||
# User-defined function options
|
||||
udf = parser.add_argument_group("User-defined function injection", "These options can be used to create custom user-defined functions")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user