gpt4 book ai didi

proxy - 在 CentOs 上使用 CURL 和 TOR 作为代理

转载 作者:太空宇宙 更新时间:2023-11-03 17:15:16 25 4
gpt4 key购买 nike

我想在 CentOS 机器上通过 curlwget 使用 Tor 作为 HTTP 请求的代理。我使用了这个操作方法,并在 stackexchange 和 stackoverflow 上寻找了一些答案。 https://medium.com/the-sysadmin/using-tor-for-your-shell-script-fee9d8bdef5c#.9ixz30jbn

如果我在我的 shell 中输入“tor”,我会得到这个:

Aug 31 21:01:29.871 [notice] Tor v0.2.8.6 running on Linux with Libevent 2.0.22-stable, OpenSSL 1.0.2h and Zlib 1.2.8.
Aug 31 21:01:29.871 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Aug 31 21:01:29.871 [notice] Read configuration file "/home/wmjio5f6/.linuxbrew/etc/tor/torrc".
Aug 31 21:01:29.909 [warn] ControlPort is open, but no authentication method has been configured. This means that any program on your computer can reconfigure your Tor. That's bad! You should upgrade your Tor controller as soon as possible.
Aug 31 21:01:29.937 [notice] Opening Socks listener on 127.0.0.1:9050
Aug 31 21:01:29.939 [notice] Opening Control listener on 127.0.0.1:9151
Aug 31 21:01:29.000 [notice] Parsing GEOIP IPv4 file /home/wmjio5f6/.linuxbrew/Cellar/tor/0.2.8.6/share/tor/geoip.
Aug 31 21:01:30.000 [notice] Parsing GEOIP IPv6 file /home/wmjio5f6/.linuxbrew/Cellar/tor/0.2.8.6/share/tor/geoip6.
Aug 31 21:01:30.000 [notice] Bootstrapped 0%: Starting
Aug 31 21:01:31.000 [notice] Bootstrapped 80%: Connecting to the Tor network
Aug 31 21:01:32.000 [notice] Bootstrapped 85%: Finishing handshake with first hop
Aug 31 21:01:32.000 [notice] Bootstrapped 90%: Establishing a Tor circuit
Aug 31 21:01:32.000 [notice] Tor has successfully opened a circuit. Looks like client functionality is working.
Aug 31 21:01:32.000 [notice] Bootstrapped 100%: Done

我的错误在哪里,或者哪个命令是正确的?

最佳答案

你没有弄错。该输出表明 Tor 已启动、连接到网络并正在运行。您可能想弄清楚如何对其进行守护进程,或在后台运行它 (nohup tor &)。

Opening Socks listener on 127.0.0.1:9050 行告诉您它的 SOCKS(代理)端口正在监听端口 9050。这是您希望 curl 或 wget 等应用程序通过其代理的端口.

如您链接的文章所示,您只需使用 Tor 的 SOCKS 端口运行 curl。

curl -s --socks5-hostname 127.0.0.1:9050 http://www.showmyip.gr

关于proxy - 在 CentOs 上使用 CURL 和 TOR 作为代理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39257293/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com