added --scope feature regarding Feature #105

This commit is contained in:
Miroslav Stampar
2010-01-09 20:44:50 +00:00
parent f316e722c1
commit d58ba7ee6d
4 changed files with 16 additions and 3 deletions

View File

@@ -117,6 +117,9 @@ def cmdLineParser():
request.add_option("--retries", dest="retries", type="int", default=3,
help="Retries when the connection timeouts "
"(default 3)")
request.add_option("--scope", dest="scope",
help="Regex expression for filtering targets "
"from provided Burp or WebScarab log")
# Injection options
injection = OptionGroup(parser, "Injection", "These options can be "