mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
minor update
This commit is contained in:
parent
2802923dbe
commit
3e569a1693
|
@ -224,6 +224,9 @@ class Connect:
|
|||
code = e.code
|
||||
status = e.msg
|
||||
|
||||
responseMsg = "\n%s[#%d] (%d %s)\n" % (responseMsg, requestID, code, status)
|
||||
logHTTPTraffic(requestMsg, responseMsg)
|
||||
|
||||
if e.code == 401:
|
||||
errMsg = "not authorized, try to provide right HTTP "
|
||||
errMsg += "authentication type and valid credentials (%d)" % code
|
||||
|
|
Loading…
Reference in New Issue
Block a user