使用 PHP 确定当前的 Tor exitNode
嗨
我编写了一个 PHP 脚本,通过 TOR 和 TOR 连接到一些 url。 Privoxy 与 CURL。
我的脚本需要定期更改 Tor Identity。并且需要新的身份是真正新的并且之前没有使用过,所以我需要知道当前的 Tor 退出节点是什么。
我需要一种技术来通过 PHP 脚本了解我当前的 Tor exitNode 是什么。
我怎样才能做到这一点?
谢谢
Hi
I wrote a PHP script that connects to some urls via TOR & Privoxy with CURL.
My script needs to change Tor Identity periodically. and needs that new identity be really new and didn't used before so I need to know what is current Tor Exit Node .
I need a technique to know what is my current tor exitNode via PHP script.
How Can I do this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您基本上需要一个网站来告诉您连接的 IP。互联网上有几个这样的网站(TM)。
You basically need a website that tells you the IP you are connecting from. There are several such sites on the internet(TM).