added powerful switch --longest-common for dealing with heavy dynamicity

This commit is contained in:
Miroslav Stampar
2010-11-07 08:52:09 +00:00
parent 16f52ab7ba
commit 00dfd55830
3 changed files with 19 additions and 2 deletions

View File

@@ -197,6 +197,10 @@ def cmdLineParser():
action="store_true", default=False,
help="Compare pages based only on their textual content")
injection.add_option("--longest-common", dest="longestCommon",
action="store_true", default=False,
help="Compare pages based on their longest common match")
injection.add_option("--tamper", dest="tamper",
help="Use given script(s) for tampering injection data")