mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 00:42:23 +01:00
Minor fix
This commit is contained in:
parent
bf5ca4bd9a
commit
2e00656235
1 changed files with 1 additions and 1 deletions
|
|
@ -251,4 +251,4 @@ URI_INJECTION_MARK_CHAR = '*'
|
||||||
MYSQL_ERROR_TRIM_LENGTH = 100
|
MYSQL_ERROR_TRIM_LENGTH = 100
|
||||||
|
|
||||||
#
|
#
|
||||||
EXCLUDE_UNESCAPE = ("WAITFOR DELAY ", " INTO DUMPFILE ")
|
EXCLUDE_UNESCAPE = ("WAITFOR DELAY ", " INTO DUMPFILE ", " INTO OUTFILE ")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue