mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-20 05:19:02 +00:00
removing obsolete switches (--threshold, --excl-reg, --excl-str)
This commit is contained in:
13
sqlmap.conf
13
sqlmap.conf
@@ -220,19 +220,6 @@ string =
|
||||
# (http://www.python.org/doc/2.5.2/lib/re-syntax.html)
|
||||
regexp =
|
||||
|
||||
# String to be excluded by the page content before comparing to the original page
|
||||
eString =
|
||||
|
||||
# Regular expression matches to be excluded by the page content before
|
||||
# comparing to the original page
|
||||
# Valid: regular expression with Python syntax
|
||||
# (http://www.python.org/doc/2.5.2/lib/re-syntax.html)
|
||||
eRegexp =
|
||||
|
||||
# Page comparison threshold value.
|
||||
# Valid: 0.0-1.0
|
||||
thold =
|
||||
|
||||
# Compare pages based only on their textual content
|
||||
# Valid: True or False
|
||||
textOnly = False
|
||||
|
||||
Reference in New Issue
Block a user