mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-20 22:49:59 +00:00
Minor patches
This commit is contained in:
parent
6e1fe6fbca
commit
8e48af61b7
5 changed files with 15 additions and 8 deletions
|
|
@ -282,6 +282,8 @@ def decodePage(page, contentEncoding, contentType, percentDecode=True):
|
|||
'<html>foo&bar</html>'
|
||||
>>> getText(decodePage(b"	", None, "text/html; charset=utf-8"))
|
||||
'\\t'
|
||||
>>> getText(decodePage(b"J", None, "text/html; charset=utf-8"))
|
||||
'J'
|
||||
"""
|
||||
|
||||
if not page or (conf.nullConnection and len(page) < 2):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue