mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
lowering the value
This commit is contained in:
parent
14219a3dac
commit
8597409d9e
|
@ -291,7 +291,7 @@ REFLECTED_NON_ALPHA_NUM_REGEX = r'[^<>\\r\\n]+?'
|
|||
URLENCODE_FAILSAFE_CHARS = '()|,'
|
||||
|
||||
# maximum length of urlencoded value after which failsafe procedure takes away
|
||||
URLENCODE_CHAR_LIMIT = 4000
|
||||
URLENCODE_CHAR_LIMIT = 2000
|
||||
|
||||
# default schema for Microsoft SQL Server DBMS
|
||||
DEFAULT_MSSQL_SCHEMA = 'dbo'
|
||||
|
|
Loading…
Reference in New Issue
Block a user