mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
More drei stuff
This commit is contained in:
@@ -1349,6 +1349,9 @@ class Connect(object):
|
||||
kb.permissionFlag = True
|
||||
singleTimeWarnMessage("potential permission problems detected ('%s')" % message)
|
||||
|
||||
if not hasattr(headers, "headers"):
|
||||
headers.headers = ["%s: %s\r\n" % (header, headers[header]) for header in headers]
|
||||
|
||||
if content or response:
|
||||
return page, headers, code
|
||||
|
||||
|
||||
Reference in New Issue
Block a user