mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Minor update (tested against LAMP - %A0 makes problems)
This commit is contained in:
parent
6676eaf88f
commit
b8ab37651c
1 changed files with 1 additions and 2 deletions
|
|
@ -42,8 +42,7 @@ def tamper(payload, **kwargs):
|
||||||
# FF 0C new page
|
# FF 0C new page
|
||||||
# CR 0D carriage return
|
# CR 0D carriage return
|
||||||
# VT 0B vertical TAB (MySQL and Microsoft SQL Server only)
|
# VT 0B vertical TAB (MySQL and Microsoft SQL Server only)
|
||||||
# - A0 - (MySQL only)
|
blanks = ('%09', '%0A', '%0C', '%0D', '%0B')
|
||||||
blanks = ('%09', '%0A', '%0C', '%0D', '%0B', '%A0')
|
|
||||||
retVal = payload
|
retVal = payload
|
||||||
|
|
||||||
if payload:
|
if payload:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue