mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor layout adjustments
This commit is contained in:
parent
d58ba7ee6d
commit
dc04fa7f06
3 changed files with 8 additions and 7 deletions
|
|
@ -51,7 +51,7 @@ def cmdLineParser():
|
|||
target.add_option("-u", "--url", dest="url", help="Target url")
|
||||
|
||||
target.add_option("-l", dest="list", help="Parse targets from Burp "
|
||||
"or WebScarab logs")
|
||||
"or WebScarab proxy logs")
|
||||
|
||||
target.add_option("-g", dest="googleDork",
|
||||
help="Process Google dork results as target urls")
|
||||
|
|
@ -117,9 +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")
|
||||
help="Regexp to filter targets from provided proxy log")
|
||||
|
||||
# Injection options
|
||||
injection = OptionGroup(parser, "Injection", "These options can be "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue