Top "Tor" questions

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

how to make httpwebrequest via Tor

im trying to make a request via the tor proxy myRequest.Proxy = New WebProxy("127.0.0.1", 8118) but this gives me an error …

.net proxy httpwebrequest tor
Tor & cURL: Can't complete SOCKS5 connection to 0.0.0.0:0

Was running a scraping script on one server using tor, and all worked fine. Moved it to the production server …

curl centos tor
How do I get the Tor exit node IP address over the control port?

I want to monitor the status of running Tor instances. I am already able to get information via a TCP …

ip exit tor
How can I force Tor to use a new identity without using Vidalia?

I am using Tor in my project. How can I force Tor to use a new identity from my program?

delphi tor
Using CURL with TOR as a Proxy on CentOs

I want to use Tor as a proxy for HTTP-requests with curl or wget on a CentOS Machine. I used …

proxy centos tor
Using Tor proxy with scrapy

I need help setting up Tor in Ubuntu and to use it within scrapy framework. I did some research and …

python proxy scrapy tor
Ruby, Tor and Net::HTTP::Proxy

My apologies in advance if this is a noobish doubt: I want to use a proxy in my Ruby code …

ruby proxy tor net-http
Tor is not an HTTP Proxy

I am using cloud server Ubuntu 12.04 as tor proxy server for scrapping purpose. The issue I am facing right now …

curl ubuntu-12.04 tor
using tor with scrapy framework

I am trying to crawl website, which is sophisticated enough to stop bots, I mean it is permitting only a …

python scrapy tor
Can I detect Tor Browser inside the browser itself, via Javascript I suppose?

I'd like to disable some features of a web app I'm building, if the browser is Tor Browser. Can I …

firefox browser tor