Tor 控制台输出问题:运行 tor --hash-password 没有给出结果
Tor console output issue: running tor --hash-password gives no result
我正在关注博客 post here。
我使用的是 Windows 机器,所以我无法按照确切的步骤操作。这就是我所做的:
- 安装了 Tor Browser for Windows
已安装pytorctl
pip install git+https://github.com/aaronsw/pytorctl
已安装Privoxy
尝试使用 Tor 命令行。我假设它是目录 "Tor Browser\Browser\TorBrowser\Tor"
中的 exe 文件
tor --hash-password *mypassword*
不幸的是,此命令运行但没有响应。
如果有人有任何建议,将不胜感激。您认为这可能是防火墙问题吗?
显然这是一个已知错误,当您从命令行 运行 tor.exe 时它是 运行ning 但在隐藏的 window 中打开。要解决此问题,运行 以下内容:tor --hash-password *your_password* | more
。希望这有效。查看有关问题的更多信息 here。
我正在关注博客 post here。
我使用的是 Windows 机器,所以我无法按照确切的步骤操作。这就是我所做的:
- 安装了 Tor Browser for Windows
已安装pytorctl
pip install git+https://github.com/aaronsw/pytorctl
已安装Privoxy
尝试使用 Tor 命令行。我假设它是目录 "Tor Browser\Browser\TorBrowser\Tor"
中的 exe 文件tor --hash-password *mypassword*
不幸的是,此命令运行但没有响应。
如果有人有任何建议,将不胜感激。您认为这可能是防火墙问题吗?
显然这是一个已知错误,当您从命令行 运行 tor.exe 时它是 运行ning 但在隐藏的 window 中打开。要解决此问题,运行 以下内容:tor --hash-password *your_password* | more
。希望这有效。查看有关问题的更多信息 here。