mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
now when we "decode page" based on a charset, sanitizeAsciiString only brings unneeded filtering
This commit is contained in:
parent
79e97824ef
commit
d1f5c1d7b7
|
@ -137,7 +137,6 @@ def decodePage(page, contentEncoding, contentType):
|
|||
return page
|
||||
|
||||
def processResponse(page, responseHeaders):
|
||||
page = sanitizeAsciiString(page)
|
||||
page = getUnicode(page)
|
||||
parseResponse(page, responseHeaders)
|
||||
if conf.parseErrors:
|
||||
|
|
Loading…
Reference in New Issue
Block a user