mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +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
|
|
@ -201,17 +201,6 @@ def cmdLineParser():
|
|||
help="Regexp to match in page when the "
|
||||
"query is valid")
|
||||
|
||||
detection.add_option("--excl-str", dest="eString",
|
||||
help="String to be excluded before comparing "
|
||||
"page contents")
|
||||
|
||||
detection.add_option("--excl-reg", dest="eRegexp",
|
||||
help="Matches to be excluded before "
|
||||
"comparing page contents")
|
||||
|
||||
detection.add_option("--threshold", dest="thold", type="float",
|
||||
help="Page comparison threshold value (0.0-1.0)")
|
||||
|
||||
detection.add_option("--text-only", dest="textOnly",
|
||||
action="store_true", default=False,
|
||||
help="Compare pages based only on their textual content")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue