mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-28 10:29:04 +00:00
update regarding --space option
This commit is contained in:
@@ -74,6 +74,7 @@ optDict = {
|
||||
"eRegexp": "string",
|
||||
"thold": "float",
|
||||
"useBetween": "boolean",
|
||||
"space": "string",
|
||||
},
|
||||
|
||||
"Techniques": {
|
||||
|
||||
@@ -195,7 +195,7 @@ def cmdLineParser():
|
||||
help="Page comparison threshold value (0.0-1.0)")
|
||||
|
||||
injection.add_option("--space", dest="space",
|
||||
help="Use defined string instead of standard ' '")
|
||||
help="Use defined string for space instead of standard ' '")
|
||||
|
||||
injection.add_option("--use-between", dest="useBetween",
|
||||
action="store_true",
|
||||
|
||||
Reference in New Issue
Block a user