mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
fixed a bug reported by Marek Sarvas
This commit is contained in:
parent
2cd8f31003
commit
436b7d82fb
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user