File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ def cmdLineParser():
6363 target .add_option ("-l" , dest = "logFile" , help = "Parse target(s) from Burp "
6464 "or WebScarab proxy log file" )
6565
66+ target .add_option ("-x" , dest = "sitemapUrl" , help = "Parse target(s) from remote sitemap(.xml) file" )
67+
6668 target .add_option ("-m" , dest = "bulkFile" , help = "Scan multiple targets given "
6769 "in a textual file " )
6870
@@ -75,8 +77,6 @@ def cmdLineParser():
7577 target .add_option ("-c" , dest = "configFile" ,
7678 help = "Load options from a configuration INI file" )
7779
78- target .add_option ("-x" , dest = "sitemapUrl" , help = "Load target URLs from remote sitemap(.xml) file" )
79-
8080 # Request options
8181 request = OptionGroup (parser , "Request" , "These options can be used "
8282 "to specify how to connect to the target URL" )
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ requestFile =
3232# Example: +ext:php +inurl:"&id=" +intext:"powered by "
3333googleDork =
3434
35- # Load target URLs from remote sitemap(.xml) file
35+ # Parse target(s) from remote sitemap(.xml) file.
3636# Example: http://192.168.1.121/sitemap.xml
3737sitemapUrl =
3838
You can’t perform that action at this time.
0 commit comments