mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 02:53:46 +03:00
Minor language update
This commit is contained in:
parent
e6d0d5a1c7
commit
9d571c7800
|
@ -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")
|
||||
|
|
|
@ -32,7 +32,7 @@ requestFile =
|
|||
# Example: +ext:php +inurl:"&id=" +intext:"powered by "
|
||||
googleDork =
|
||||
|
||||
# Load target URLs from remote sitemap(.xml) file
|
||||
# Parse target(s) from remote sitemap(.xml) file.
|
||||
# Example: http://192.168.1.121/sitemap.xml
|
||||
sitemapUrl =
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user