Tag: proxy

How to get web page content and cookies of .onion sites in Python

A program that receives data from the Tor network must work with cookies, for example, in the case of a parser, it can be cURL, PHP script, Python script, and so on. In the article “Web site parsing in command line” there is an example of working with cookies in cURL, but how to get the content of a web...

How connect to the Tor network via bridge on Linux

Some ISPs are blocking Tor. They can use various approaches, for example, block connections to all IPs of the Tor network, or by analyzing traffic and, if it is identified as belonging to the Tor network, block it. Repeaters can be used to bypass this blockage. The bridge is one of the types of repeaters. Since not all bridge IP...

How to Configure Tor to Work Through a Bridge Relay and Proxy in Windows

If you want to install Tor as a service on Windows, then you need the Expert Bundle. It can be downloaded from this page of the official website. From the downloaded archive (in my case, the file is called tor-win32-0.4.5.8.zip), unpack the Tor folder to the root of the C drive. Configuring Tor to Work Through a Bridge Relay Theory:...
Loading...
X