mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
removing obsolete switches (--threshold, --excl-reg, --excl-str)
This commit is contained in:
parent
253a8d0679
commit
b56a77e573
6 changed files with 4 additions and 58 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue