mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor bug fix and adjustment to deal with Keep-Alive also against Google (-g)
This commit is contained in:
parent
6f03a9ab5c
commit
9bce22683b
3 changed files with 24 additions and 17 deletions
|
|
@ -88,7 +88,6 @@ def parseResponse(page, headers):
|
|||
if absFilePath not in kb.absFilePaths:
|
||||
kb.absFilePaths.add(absFilePath)
|
||||
|
||||
|
||||
def decodePage(page, contentEncoding, contentType):
|
||||
"""
|
||||
Decode compressed/charset HTTP response
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue