Merge pull request #1710 from Noelkd/remove-dead-links

Removed dead links.
This commit is contained in:
Miroslav Stampar 2016-02-14 22:56:25 +01:00
commit 4ee0495352

View File

@ -2234,11 +2234,6 @@ def _setTorHttpProxySettings():
errMsg += "Polipo bundle installed for you to be able to "
errMsg += "successfully use switch '--tor' "
if IS_WIN:
errMsg += "(e.g. https://www.torproject.org/projects/vidalia.html.en)"
else:
errMsg += "(e.g. http://www.coresec.org/2011/04/24/sqlmap-with-tor/)"
raise SqlmapConnectionException(errMsg)
if not conf.checkTor: