Minor language update

This commit is contained in:
Miroslav Stampar
2014-07-02 22:31:18 +02:00
parent e6d0d5a1c7
commit 9d571c7800
2 changed files with 3 additions and 3 deletions

View File

@@ -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")