mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
now when we "decode page" based on a charset, sanitizeAsciiString only brings unneeded filtering
This commit is contained in:
@@ -137,7 +137,6 @@ def decodePage(page, contentEncoding, contentType):
|
|||||||
return page
|
return page
|
||||||
|
|
||||||
def processResponse(page, responseHeaders):
|
def processResponse(page, responseHeaders):
|
||||||
page = sanitizeAsciiString(page)
|
|
||||||
page = getUnicode(page)
|
page = getUnicode(page)
|
||||||
parseResponse(page, responseHeaders)
|
parseResponse(page, responseHeaders)
|
||||||
if conf.parseErrors:
|
if conf.parseErrors:
|
||||||
|
|||||||
Reference in New Issue
Block a user