mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Patch for an Issue #935
This commit is contained in:
parent
74eacf95fd
commit
d8d9678947
|
@ -152,7 +152,7 @@ class Google(object):
|
|||
warnMsg += "to get error page information (%d)" % e.code
|
||||
logger.critical(warnMsg)
|
||||
return None
|
||||
except (urllib2.URLError, socket.error, socket.timeout):
|
||||
except:
|
||||
errMsg = "unable to connect to DuckDuckGo"
|
||||
raise SqlmapConnectionException(errMsg)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user