mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor update (tested against LAMP - %A0 makes problems)
This commit is contained in:
@@ -42,8 +42,7 @@ def tamper(payload, **kwargs):
|
||||
# FF 0C new page
|
||||
# CR 0D carriage return
|
||||
# VT 0B vertical TAB (MySQL and Microsoft SQL Server only)
|
||||
# - A0 - (MySQL only)
|
||||
blanks = ('%09', '%0A', '%0C', '%0D', '%0B', '%A0')
|
||||
blanks = ('%09', '%0A', '%0C', '%0D', '%0B')
|
||||
retVal = payload
|
||||
|
||||
if payload:
|
||||
|
||||
Reference in New Issue
Block a user