Skip to content

Commit 4ee0495

Browse files
committed
Merge pull request #1710 from Noelkd/remove-dead-links
Removed dead links.
2 parents 4237333 + 0514946 commit 4ee0495

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/core/option.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2234,11 +2234,6 @@ def _setTorHttpProxySettings():
22342234
errMsg += "Polipo bundle installed for you to be able to "
22352235
errMsg += "successfully use switch '--tor' "
22362236

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-
22422237
raise SqlmapConnectionException(errMsg)
22432238

22442239
if not conf.checkTor:

0 commit comments

Comments
 (0)