Skip to main content

Questions tagged [tor]

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

0 votes
0 answers
8 views

controling tor via stem tor fails

im running on Linux mint tor is installed and working well but when i try to run using stem it fails import stem import stem.process # Start a Tor process print("started") tor_process = ...
user26425697's user avatar
0 votes
0 answers
51 views

Why Can't I Run Two Separate Tor Browsers with Selenium in Python Simultaneously?

I am trying to run two separate instances of the Tor Browser using Selenium in Python, but in two different scripts. I have set up two fresh Tor Browser installations and modified the torrc file in ...
anjoyer's user avatar
0 votes
1 answer
39 views

Trouble renewing Tor IP address on Windows 11 using stem library

I'm trying to automate the renewal of Tor IP addresses using Python on Windows 11 with the stem library. However, I keep encountering the following error: Error renewing Tor IP: [WinError 10061] No ...
anjoyer's user avatar
0 votes
0 answers
30 views

how to forward proxy from yarp to tor

Client(http) <-> yarp(reverseProxy) <-> pproxy(http) <-> tor(socks5) i have tor proxy server with socks5 protocol and use pproxy for send http request to socks5 i want forwarding ...
Alireza Molaei's user avatar
0 votes
1 answer
55 views

Is there a way to find out if a particular IP is coming from Tor or acting as a Tor exit node?

I want to add a method for my bot protection project that allows certain rules, one of these rules will be that the current IP belongs to Tor, not because connections from Tor are bad but rather to ...
TN3W's user avatar
  • 11
-1 votes
1 answer
35 views

Connecting Tor in Google Colab

I try to make use of the following git (https://github.com/cubicbyte/reddit-account-generator) in my colab, whereas I am struggling with following Error: How many accounts do you want to make? 1 2024-...
Alpha Beta's user avatar
0 votes
0 answers
55 views

Error: SocksProxyAgent is not a constructor when trying to use socks-proxy-agent to proxy to a tor website

I am trying to connect to tor through socks-proxy-agent but it throws an error called: SocksProxyAgent is not a constructor I tried ChatGPT and also read somethings online and tried implementing but ...
Muhammad Dawood's user avatar
0 votes
1 answer
45 views

whay proxychains is not working on ubuntu

guys where is the issue i do like the tutorial but my location do not change i tried to do everything in tutorial but not working this is the tutorial i used https://www.youtube.com/watch?v=...
DSL's user avatar
  • 3
-1 votes
1 answer
121 views

Intentionally rotating and holding IP addresses in web scraping [closed]

I am no scraping expert. I have a small fun Python project scraping data from a heavily guarded website, or so it seems, using Tor, Privoxy and a custom Python class. While there had been some caveats ...
astrochicken's user avatar
0 votes
0 answers
93 views

Rotating IP address with selenium, Tor and python on Windows

My goal is to get a new IP each time (or after N tries) when doing scraping. I currently have a process doing scraping that uses python + selenium, and need IP to change to bypass bot detection. I was ...
NaejF's user avatar
  • 91
0 votes
1 answer
72 views

Sending POST request with python to private OnionShare server in receive mode

Im trying to send data to a private onionshare server in receive mode with this simple program: import socket import requests s = requests.session() s.proxies['http'] = 'socks5h://127.0.0.1:9060' s....
Curliness7530's user avatar
0 votes
0 answers
52 views

stem.SocketError: [Errno 61] Connection refused

Certainly, here's the amended post with the snippet from the torrc file included: Title: Python script using Tor to fetch IP through Chrome encounters stem.` SocketError: [Errno 61] Connection ...
Benjamin M's user avatar
0 votes
0 answers
26 views

Why is python-requests not working over Tor, but Curl does?

For some reason I'm not able to make http requests using python over Tor. The standard method I've used for several years (using python requests library) has suddenly stopped working for me, and I ...
theRot's user avatar
  • 1
0 votes
0 answers
20 views

Python: Stem ControlPort for tor connection refused

I am trying to use the tor controlPort 9051 through stem python library but I'm getting this error which I'm unable to resolve. Traceback (most recent call last): File "/home/stark/.local/lib/...
Hardik Patel's user avatar
1 vote
0 answers
76 views

Serving API (java) on TOR network

I know this might be similar to many of the questions already asked, and I have been through almost all of them. But somehow, I am not able to fix the issue. I have a Java back-end with Spring web, ...
Gladiator9120's user avatar

15 30 50 per page
1
2 3 4 5
74