mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 05:39:16 +00:00
fix for a Bug #200
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user