mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor update for the Issue #2
This commit is contained in:
parent
7143e61619
commit
01f4b76817
2 changed files with 4 additions and 4 deletions
|
|
@ -603,8 +603,8 @@ METASPLOIT_SESSION_TIMEOUT = 300
|
|||
# Reference: http://www.cookiecentral.com/faq/#3.5
|
||||
NETSCAPE_FORMAT_HEADER_COOKIES = "# Netscape HTTP Cookie File."
|
||||
|
||||
# Prefixes used for automatic recognition of parameters carrying CSRF protection tokens
|
||||
CSRF_TOKEN_PARAMETER_PREFIXES = ("csrf", "xsrf")
|
||||
# Infixes used for automatic recognition of parameters carrying CSRF protection tokens
|
||||
CSRF_TOKEN_PARAMETER_INFIXES = ("csrf", "xsrf")
|
||||
|
||||
# Prefixes used in brute force search for web server document root
|
||||
BRUTE_DOC_ROOT_PREFIXES = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue