mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
adding --titles switch (killer switch for pages with lots of dynamicity and/or international ones)
This commit is contained in:
@@ -209,6 +209,10 @@ def cmdLineParser():
|
||||
action="store_true", default=False,
|
||||
help="Compare pages based only on the textual content")
|
||||
|
||||
detection.add_option("--titles", dest="titles",
|
||||
action="store_true", default=False,
|
||||
help="Compare pages based only on their titles")
|
||||
|
||||
# Techniques options
|
||||
techniques = OptionGroup(parser, "Techniques", "These options can be "
|
||||
"used to tweak testing of specific SQL "
|
||||
|
||||
Reference in New Issue
Block a user