mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
refactoring, code clearing and removal of obsolete switch --longest-common
This commit is contained in:
parent
534f51f9fc
commit
fb9d7cdfaa
11 changed files with 31 additions and 131 deletions
|
|
@ -214,10 +214,6 @@ def cmdLineParser():
|
|||
action="store_true", default=False,
|
||||
help="Compare pages based only on their textual content")
|
||||
|
||||
detection.add_option("--longest-common", dest="longestCommon",
|
||||
action="store_true", default=False,
|
||||
help="Compare pages based on their longest common match")
|
||||
|
||||
|
||||
# Techniques options
|
||||
techniques = OptionGroup(parser, "Techniques", "These options can "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue