Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8ab376

Browse files
committed
Minor update (tested against LAMP - %A0 makes problems)
1 parent 6676eaf commit b8ab376

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tamper/space2mysqlblank.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ def tamper(payload, **kwargs):
4242
# FF 0C new page
4343
# CR 0D carriage return
4444
# VT 0B vertical TAB (MySQL and Microsoft SQL Server only)
45-
# - A0 - (MySQL only)
46-
blanks = ('%09', '%0A', '%0C', '%0D', '%0B', '%A0')
45+
blanks = ('%09', '%0A', '%0C', '%0D', '%0B')
4746
retVal = payload
4847

4948
if payload:

0 commit comments

Comments
 (0)