mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 13:49:04 +00:00
Update for an Issue #431
This commit is contained in:
15
sqlmap.conf
15
sqlmap.conf
@@ -40,31 +40,34 @@ sitemapUrl =
|
||||
# These options can be used to specify how to connect to the target URL.
|
||||
[Request]
|
||||
|
||||
# Force usage of given HTTP method (e.g. PUT).
|
||||
method =
|
||||
|
||||
# Data string to be sent through POST.
|
||||
data =
|
||||
|
||||
# Character used for splitting parameter values
|
||||
# Character used for splitting parameter values.
|
||||
paramDel =
|
||||
|
||||
# HTTP Cookie header value.
|
||||
cookie =
|
||||
|
||||
# Character used for splitting cookie values
|
||||
# Character used for splitting cookie values.
|
||||
cookieDel =
|
||||
|
||||
# File containing cookies in Netscape/wget format
|
||||
# File containing cookies in Netscape/wget format.
|
||||
loadCookies =
|
||||
|
||||
# Ignore Set-Cookie header from response
|
||||
# Ignore Set-Cookie header from response.
|
||||
# Valid: True or False
|
||||
dropSetCookie = False
|
||||
|
||||
# HTTP User-Agent header value. Useful to fake the HTTP User-Agent header value
|
||||
# at each HTTP request
|
||||
# at each HTTP request.
|
||||
# sqlmap will also test for SQL injection on the HTTP User-Agent value.
|
||||
agent =
|
||||
|
||||
# Use randomly selected HTTP User-Agent header value
|
||||
# Use randomly selected HTTP User-Agent header value.
|
||||
# Valid: True or False
|
||||
randomAgent = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user