当我试图在kali linux 2017上安装tor时,它只是说:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package tor is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another sour
我最近在我的系统上安装了Kali linux (32位)。我下载了tor浏览器包,当我运行它时,它显示-
The Tor Browser Bundle should not be run as root
因此,正如网络上的一个问题所提到的,我编辑了start-tor-browser文件,并注释掉了exit 1部分。现在,当我运行Tor时,它会反复显示以下错误消息-
📷
单击“重新启动Tor”没有帮助。虽然,当我在创建非根帐户后运行tor时,它运行时没有任何故障。那么,我应该如何让tor在根上运行呢?
我正在尝试使用Silvertunnel ()在Tor网络上从Java应用程序中发出一个匿名HTTP请求。我使用的是示例代码,它在通过TCPIP发出请求时有效,但在使用TOR设置时,它以以下异常结束(在尝试连接大约10分钟后):
java.io.IOException: Tor.connect: unable to connect to null:80 after 11 full retries with 5 sub retries
at org.silvertunnel.netlib.layer.tor.clientimpl.Tor.connect(Tor.java:281)