mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
fixed a bug reported by Marek Sarvas
This commit is contained in:
parent
2cd8f31003
commit
436b7d82fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue