mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-10 02:01:57 +00:00
Fixes #1170
This commit is contained in:
parent
8df3d7a6fa
commit
b6ea2fdb07
3 changed files with 31 additions and 59 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
|
||||
|
||||
# Reference: http://www.postgresql.org/docs/9.0/static/catalog-pg-largeobject.html
|
||||
LOBLKSIZE = 2048
|
||||
|
||||
# Suffix used to mark variables having keyword names
|
||||
EVALCODE_KEYWORD_SUFFIX = "_KEYWORD"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue