mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Patch for an Issue #935
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user