mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
lowering the value
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user