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.
2 parents 4237333 + 0514946 commit 4ee0495Copy full SHA for 4ee0495
1 file changed
lib/core/option.py
@@ -2234,11 +2234,6 @@ def _setTorHttpProxySettings():
2234
errMsg += "Polipo bundle installed for you to be able to "
2235
errMsg += "successfully use switch '--tor' "
2236
2237
- if IS_WIN:
2238
- errMsg += "(e.g. https://www.torproject.org/projects/vidalia.html.en)"
2239
- else:
2240
- errMsg += "(e.g. http://www.coresec.org/2011/04/24/sqlmap-with-tor/)"
2241
-
2242
raise SqlmapConnectionException(errMsg)
2243
2244
if not conf.checkTor:
0 commit comments