mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Patch for an Issue #1062
This commit is contained in:
parent
f96f33a984
commit
8e03f4db0f
2 changed files with 39 additions and 2 deletions
|
|
@ -611,6 +611,9 @@ MIN_ENCODED_LEN_CHECK = 5
|
|||
# Timeout in seconds in which Metasploit remote session has to be initialized
|
||||
METASPLOIT_SESSION_TIMEOUT = 300
|
||||
|
||||
# Suffix used to mark variables having keyword names
|
||||
EVALCODE_KEYWORD_SUFFIX = "_KEYWORD"
|
||||
|
||||
# Reference: http://www.cookiecentral.com/faq/#3.5
|
||||
NETSCAPE_FORMAT_HEADER_COOKIES = "# Netscape HTTP Cookie File."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue