mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
fix
This commit is contained in:
parent
caf6220c53
commit
5b57a69f3e
1 changed files with 1 additions and 1 deletions
|
|
@ -251,4 +251,4 @@ URI_INJECTION_MARK_CHAR = '*'
|
|||
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 ")
|
||||
EXCLUDE_UNESCAPE = ("WAITFOR DELAY ", " INTO DUMPFILE ", " INTO OUTFILE ", "CREATE ", "BULK ", "EXEC ", "RECONFIGURE ", "DECLARE ", CHAR_INFERENCE_MARK)
|
||||
|
|
|
|||
Loading…
Reference in a new issue