Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74eacf9 commit d8d9678Copy full SHA for d8d9678
1 file changed
lib/utils/google.py
@@ -152,7 +152,7 @@ def search(self, dork):
152
warnMsg += "to get error page information (%d)" % e.code
153
logger.critical(warnMsg)
154
return None
155
- except (urllib2.URLError, socket.error, socket.timeout):
+ except:
156
errMsg = "unable to connect to DuckDuckGo"
157
raise SqlmapConnectionException(errMsg)
158
0 commit comments