mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
changes regarding Feature #157 (Evaluate BETWEEN for inference algorithm)
This commit is contained in:
parent
8b74c405f5
commit
893bc04fe4
4 changed files with 27 additions and 7 deletions
|
|
@ -184,6 +184,9 @@ eString =
|
|||
# (http://www.python.org/doc/2.5.2/lib/re-syntax.html)
|
||||
eRegexp =
|
||||
|
||||
# Use operator BETWEEN instead of default '>'
|
||||
# Valid: True or False
|
||||
useBetween = False
|
||||
|
||||
# These options can be used to test for specific SQL injection technique
|
||||
# or to use one of them to exploit the affected parameter(s) rather than
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue