Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d571c7

Browse files
committed
Minor language update
1 parent e6d0d5a commit 9d571c7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/parse/cmdline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

sqlmap.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ requestFile =
3232
# Example: +ext:php +inurl:"&id=" +intext:"powered by "
3333
googleDork =
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
3737
sitemapUrl =
3838

0 commit comments

Comments
 (0)