mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
fix
This commit is contained in:
parent
caf6220c53
commit
5b57a69f3e
|
@ -251,4 +251,4 @@ URI_INJECTION_MARK_CHAR = '*'
|
||||||
MYSQL_ERROR_CHUNK_LENGTH = 50
|
MYSQL_ERROR_CHUNK_LENGTH = 50
|
||||||
|
|
||||||
# Do not unescape the injected statement if it contains any of the following SQL words
|
# 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 ")
|
EXCLUDE_UNESCAPE = ("WAITFOR DELAY ", " INTO DUMPFILE ", " INTO OUTFILE ", "CREATE ", "BULK ", "EXEC ", "RECONFIGURE ", "DECLARE ", CHAR_INFERENCE_MARK)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user