mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
fix for a Bug #200
This commit is contained in:
parent
77a53228c5
commit
798ab4989b
5 changed files with 14 additions and 5 deletions
|
|
@ -191,8 +191,8 @@ 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("--threshold", dest="thold", type="float",
|
||||
help="Page comparison threshold value (0.0-1.0)")
|
||||
|
||||
injection.add_option("--use-between", dest="useBetween",
|
||||
action="store_true",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue