mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
first commit with mysql/error/substringing
This commit is contained in:
@@ -248,7 +248,7 @@ MAX_RATIO = 1.0
|
||||
URI_INJECTION_MARK_CHAR = '*'
|
||||
|
||||
# Maximum length used for retrieving data over MySQL error based payload due to "known" problems with longer result strings
|
||||
MYSQL_ERROR_TRIM_LENGTH = 100
|
||||
MYSQL_ERROR_CHUNK_LENGTH = 50
|
||||
|
||||
# Do not unescape the injected statement if it contains any of the following SQL words
|
||||
EXCLUDE_UNESCAPE = ("WAITFOR DELAY ", " INTO DUMPFILE ", " INTO OUTFILE ", "CREATE ", "BULK ", "EXEC ", "RECONFIGURE ", "DECLARE ")
|
||||
|
||||
Reference in New Issue
Block a user