mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Code cleanup
This commit is contained in:
parent
ecaf5729fd
commit
f3d6be7868
3 changed files with 19 additions and 13 deletions
|
|
@ -249,3 +249,6 @@ 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
|
||||
|
||||
#
|
||||
EXCLUDE_UNESCAPE = ("WAITFOR DELAY ", " INTO DUMPFILE ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue