diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index 74e06f321..ead78b126 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -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") diff --git a/sqlmap.conf b/sqlmap.conf index 9ebc3037c..f89507c3e 100644 --- a/sqlmap.conf +++ b/sqlmap.conf @@ -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 =