mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
Minor layout adjustment
This commit is contained in:
parent
66136b48c0
commit
1f3ffc8ef7
|
@ -141,8 +141,8 @@ class Connect:
|
||||||
|
|
||||||
except urllib2.HTTPError, e:
|
except urllib2.HTTPError, e:
|
||||||
if e.code == 401:
|
if e.code == 401:
|
||||||
exceptionMsg = "not authorized, try to provide right HTTP "
|
exceptionMsg = "not authorized, try to provide right HTTP "
|
||||||
exceptionMsg += "authentication type and valid credentials"
|
exceptionMsg += "authentication type and valid credentials"
|
||||||
raise sqlmapConnectionException, exceptionMsg
|
raise sqlmapConnectionException, exceptionMsg
|
||||||
else:
|
else:
|
||||||
page = e.read()
|
page = e.read()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user