mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
added --ratio option for direct manipulation of conf.matchRatio parameter
This commit is contained in:
@@ -187,6 +187,9 @@ def cmdLineParser():
|
||||
help="Matches to be excluded before "
|
||||
"comparing page contents")
|
||||
|
||||
injection.add_option("--ratio", dest="matchRatio", type="float",
|
||||
help="Page comparison treshold value")
|
||||
|
||||
injection.add_option("--use-between", dest="useBetween",
|
||||
action="store_true",
|
||||
help="Use operator BETWEEN instead of default '>'")
|
||||
|
||||
Reference in New Issue
Block a user