removed --useBetween switch and added new tampering module ./tamper/between.py

This commit is contained in:
Miroslav Stampar
2010-10-15 23:48:07 +00:00
parent 1ae4d0fc2a
commit 1336b97c2c
4 changed files with 54 additions and 9 deletions

View File

@@ -175,10 +175,6 @@ def cmdLineParser():
action="store_true", default=False,
help="Compare pages based only on their textual content")
injection.add_option("--use-between", dest="useBetween",
action="store_true", default=False,
help="Use operator BETWEEN instead of default '>'")
injection.add_option("--tamper", dest="tamper",
help="Use given module(s) for tampering injection data")