mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
typo
This commit is contained in:
parent
702ca22d54
commit
1505cb2a80
|
@ -399,7 +399,7 @@ class Connect:
|
|||
errMsg = "not authorized, try to provide right HTTP "
|
||||
errMsg += "authentication type and valid credentials (%d)" % code
|
||||
raise sqlmapConnectionException, errMsg
|
||||
elif e.code == 404
|
||||
elif e.code == 404:
|
||||
if raise404:
|
||||
errMsg = "page not found (%d)" % code
|
||||
raise sqlmapConnectionException, errMsg
|
||||
|
|
Loading…
Reference in New Issue
Block a user