mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
Removed dead links.
This commit is contained in:
parent
4237333dca
commit
0514946efa
1 changed files with 0 additions and 5 deletions
|
|
@ -2234,11 +2234,6 @@ def _setTorHttpProxySettings():
|
||||||
errMsg += "Polipo bundle installed for you to be able to "
|
errMsg += "Polipo bundle installed for you to be able to "
|
||||||
errMsg += "successfully use switch '--tor' "
|
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)
|
raise SqlmapConnectionException(errMsg)
|
||||||
|
|
||||||
if not conf.checkTor:
|
if not conf.checkTor:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue