From b8ab37651c0c2de16b4f668e012d3ea21933b559 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 12 May 2013 15:21:56 +0200 Subject: [PATCH] Minor update (tested against LAMP - %A0 makes problems) --- tamper/space2mysqlblank.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tamper/space2mysqlblank.py b/tamper/space2mysqlblank.py index facd9b718..891d9226c 100644 --- a/tamper/space2mysqlblank.py +++ b/tamper/space2mysqlblank.py @@ -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: