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
|
|
@ -187,6 +187,10 @@ eString =
|
|||
# (http://www.python.org/doc/2.5.2/lib/re-syntax.html)
|
||||
eRegexp =
|
||||
|
||||
# Page comparison threshold value (aka matchRatio)
|
||||
# Valid: 0.0-1.0
|
||||
thold =
|
||||
|
||||
# Use operator BETWEEN instead of default '>'
|
||||
# Valid: True or False
|
||||
useBetween = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue