Top "Tor" questions

Tor is a free open-source application used for internet anonymity and anti-censorship.

How can I connect to a Tor hidden service using cURL in PHP?

I'm trying to connect to a Tor hidden service using the following PHP code: $url = 'http://jhiwjjlqpyawmpjx.onion/' $ch = …

php curl proxy tor
Make requests using Python over Tor

I want to make multiple GET requests using Tor to a webpage. I want to use a different ipaddress for …

python tor
Is it possible to block Tor users?

Would it be possible to block Tor users? (https://www.torproject.org/) Due to the nature of the site I …

tor
how to let tor change ip automatically?

After i click the "Use a New Identify" button on Vidalia, i will get a new proxy ip. Can tor …

proxy tor
How to change the Tor exit node programmatically to get a new IP?

I have Tor running on my computer, and I need to change the Tor exit node every five minutes. For …

tor
How to make urllib2 requests through Tor in Python?

I'm trying to crawl websites using a crawler written in Python. I want to integrate Tor with Python meaning I …

python tor
Open tor browser with selenium

Is it possible to make selenium use the TOR browser? Does anyone have any code they could copy-paste?

python selenium tor
How to change Tor identity in Python?

I have the following script: import socks import socket socks.setdefaultproxy(socks.PROXY_TYPE_SOCKS5, "127.0.0.1", 9050) socket.socket = socks.socksocket import …

python tor
using Tor as Proxy

I'm trying to use Tor-Server as a proxy in HttpWebRequest, my code looks like this: HttpWebRequest request; HttpWebResponse response; request = (…

c# proxy httpwebrequest tor
Doing http requests through a SOCKS5 proxy in NodeJS

I'm planning to do a series of HTTP requests in NodeJS though Tor. Tor uses SOCKS5 so I went out …

http node.js proxy tor