Minor update (tested against LAMP - %A0 makes problems)

This commit is contained in:
Miroslav Stampar 2013-05-12 15:21:56 +02:00
parent 6676eaf88f
commit b8ab37651c

View File

@ -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: