changes regarding Feature #157 (Evaluate BETWEEN for inference algorithm)

This commit is contained in:
Miroslav Stampar
2010-05-12 11:30:32 +00:00
parent 8b74c405f5
commit 893bc04fe4
4 changed files with 27 additions and 7 deletions

View File

@@ -182,6 +182,10 @@ def cmdLineParser():
help="Matches to be excluded before "
"comparing page contents")
injection.add_option("--use-between", dest="useBetween",
action="store_true",
help="Use operator BETWEEN instead of default '>'")
# Techniques options
techniques = OptionGroup(parser, "Techniques", "These options can "
"be used to test for specific SQL injection "