mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
added protection mechanism against reflected values
This commit is contained in:
parent
38dc82e13e
commit
708ddf5608
2 changed files with 12 additions and 0 deletions
|
|
@ -265,3 +265,6 @@ 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 ", CHAR_INFERENCE_MARK)
|
||||
|
||||
# Mark used for replacement of reflected values
|
||||
REFLECTED_VALUE_MARKER = '__REFLECTED_VALUE__'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue