mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
you can't believe how much man can learn when having good testing points
This commit is contained in:
@@ -142,7 +142,7 @@ def decodePage(page, contentEncoding, contentType):
|
||||
charset = checkCharEncoding(charset)
|
||||
kb.pageEncoding = charset or DEFAULT_PAGE_ENCODING
|
||||
|
||||
return getUnicode(page)
|
||||
return getUnicode(page, kb.pageEncoding)
|
||||
|
||||
def processResponse(page, responseHeaders):
|
||||
page = getUnicode(page)
|
||||
|
||||
Reference in New Issue
Block a user