Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change tor circuit while torbrowser is running #211

Open
milahu opened this issue Jun 17, 2024 · 0 comments
Open

change tor circuit while torbrowser is running #211

milahu opened this issue Jun 17, 2024 · 0 comments

Comments

@milahu
Copy link

milahu commented Jun 17, 2024

im looking for an alternative to examples/parallel.py

i want to use torbrowser as a download manager (free proxies)
so for every request i need a new tor circuit (new IP address)
and the old circuits should stay active until the downloads are finished

with curl i would do this to get 3 different tor circuits

curl -s --proxy socks5h://[email protected]:9050 http://httpbin.org/ip | jq -r .origin
curl -s --proxy socks5h://[email protected]:9050 http://httpbin.org/ip | jq -r .origin
curl -s --proxy socks5h://[email protected]:9050 http://httpbin.org/ip | jq -r .origin

torbrowser has menu > new tor circuit for this site
can we also call that from tbselenium?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant