FG
💻 Software

Multiple identities at the same time using TOR?

Fresh5 days ago
Mar 15, 20263006 views
Confidence Score0%
0%

Problem

I am scraping some websites with curl and I am using Tor to avoid sending too many request with the same ip. The problem is that my app uses threads, so if I send the packet to change identity to the control port on one thread the identity change for all the other threads. Is there a way I can use …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Multiple identities at the same time using TOR?

Low Risk

I'm not entirely sure what you mean by identities, and sending a packet to change it. Using threads means sharing memory space, so if you want to change a variable in your application only for a specific thread, you need to make a separate variable …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment