mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor language update
This commit is contained in:
parent
e6d0d5a1c7
commit
9d571c7800
2 changed files with 3 additions and 3 deletions
|
|
@ -63,6 +63,8 @@ def cmdLineParser():
|
|||
target.add_option("-l", dest="logFile", help="Parse target(s) from Burp "
|
||||
"or WebScarab proxy log file")
|
||||
|
||||
target.add_option("-x", dest="sitemapUrl", help="Parse target(s) from remote sitemap(.xml) file")
|
||||
|
||||
target.add_option("-m", dest="bulkFile", help="Scan multiple targets given "
|
||||
"in a textual file ")
|
||||
|
||||
|
|
@ -75,8 +77,6 @@ def cmdLineParser():
|
|||
target.add_option("-c", dest="configFile",
|
||||
help="Load options from a configuration INI file")
|
||||
|
||||
target.add_option("-x", dest="sitemapUrl", help="Load target URLs from remote sitemap(.xml) file")
|
||||
|
||||
# Request options
|
||||
request = OptionGroup(parser, "Request", "These options can be used "
|
||||
"to specify how to connect to the target URL")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue