mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
added --scope feature regarding Feature #105
This commit is contained in:
parent
f316e722c1
commit
d58ba7ee6d
4 changed files with 16 additions and 3 deletions
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue