adding --titles switch (killer switch for pages with lots of dynamicity and/or international ones)

This commit is contained in:
Miroslav Stampar
2011-06-10 23:18:43 +00:00
parent 15d72ec566
commit f8dde2c23b
5 changed files with 22 additions and 3 deletions

View File

@@ -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 "