mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
fixed a bug reported by Marek Sarvas
This commit is contained in:
@@ -256,7 +256,7 @@ class Connect:
|
||||
responseMsg += "(%s - %d):\n" % (status, code)
|
||||
|
||||
if conf.verbose <= 4:
|
||||
responseMsg += getUnicode(responseHeaders)
|
||||
responseMsg += getUnicode(responseHeaders.__str__())
|
||||
elif conf.verbose > 4:
|
||||
responseMsg += "%s\n%s\n" % (responseHeaders, page)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user