mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 05:39:16 +00:00
Minor cosmetics
This commit is contained in:
24
sqlmap.conf
24
sqlmap.conf
@@ -1,5 +1,5 @@
|
||||
# At least one of these options has to be specified to set the source to
|
||||
# get target urls from.
|
||||
# get target URLs from.
|
||||
[Target]
|
||||
|
||||
# Direct connection to the database.
|
||||
@@ -26,7 +26,7 @@ requestFile =
|
||||
# Example: output/www.target.com/session.sqlite
|
||||
sessionFile =
|
||||
|
||||
# Rather than providing a target url, let Google return target
|
||||
# Rather than providing a target URL, let Google return target
|
||||
# hosts as result of your Google dork expression. For a list of Google
|
||||
# dorks see Johnny Long Google Hacking Database at
|
||||
# http://johnny.ihackstuff.com/ghdb.php.
|
||||
@@ -34,7 +34,7 @@ sessionFile =
|
||||
googleDork =
|
||||
|
||||
|
||||
# These options can be used to specify how to connect to the target url.
|
||||
# These options can be used to specify how to connect to the target URL.
|
||||
[Request]
|
||||
|
||||
# Data string to be sent through POST.
|
||||
@@ -81,22 +81,22 @@ headers = Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9
|
||||
Accept-Language: en-us,en;q=0.5
|
||||
Accept-Charset: ISO-8859-15,utf-8;q=0.7,*;q=0.7
|
||||
|
||||
# HTTP Authentication type. Useful only if the target url requires
|
||||
# HTTP Authentication type. Useful only if the target URL requires
|
||||
# HTTP Basic, Digest or NTLM authentication and you have such data.
|
||||
# Valid: Basic, Digest or NTLM
|
||||
aType =
|
||||
|
||||
# HTTP authentication credentials. Useful only if the target url requires
|
||||
# HTTP authentication credentials. Useful only if the target URL requires
|
||||
# HTTP Basic, Digest or NTLM authentication and you have such data.
|
||||
# Syntax: username:password
|
||||
aCred =
|
||||
|
||||
# HTTP Authentication certificate. Useful only if the target url requires
|
||||
# HTTP Authentication certificate. Useful only if the target URL requires
|
||||
# logon certificate and you have such data.
|
||||
# Syntax: key_file,cert_file
|
||||
aCert =
|
||||
|
||||
# Use a HTTP proxy to connect to the target url.
|
||||
# Use a HTTP proxy to connect to the target URL.
|
||||
# Syntax: http://address:port
|
||||
proxy =
|
||||
|
||||
@@ -129,11 +129,11 @@ retries = 3
|
||||
# Example: (google|yahoo)
|
||||
scope =
|
||||
|
||||
# Url address to visit frequently during testing.
|
||||
# URL address to visit frequently during testing.
|
||||
# Example: http://192.168.1.121/index.html
|
||||
safUrl =
|
||||
|
||||
# Test requests between two visits to a given safe url (default 0).
|
||||
# Test requests between two visits to a given safe URL (default 0).
|
||||
# Valid: integer
|
||||
# Default: 0
|
||||
saFreq = 0
|
||||
@@ -310,7 +310,7 @@ uChar =
|
||||
# Valid: string
|
||||
dnsName =
|
||||
|
||||
# Resulting page url searched for second-order response
|
||||
# Resulting page URL searched for second-order response
|
||||
# Valid: string
|
||||
secondOrder =
|
||||
|
||||
@@ -582,7 +582,7 @@ charset =
|
||||
# Valid: True or False
|
||||
checkTor = False
|
||||
|
||||
# Crawl the website starting from the target url.
|
||||
# Crawl the website starting from the target URL.
|
||||
# Valid: integer
|
||||
# Default: 0
|
||||
crawlDepth = 0
|
||||
@@ -612,7 +612,7 @@ eta = False
|
||||
# Valid: True or False
|
||||
flushSession = False
|
||||
|
||||
# Parse and test forms on target url.
|
||||
# Parse and test forms on target URL.
|
||||
# Valid: True or False
|
||||
forms = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user