Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noobpk/auto-change-tor-ip
Automatically change tor ip address over time when accessing the internet. Make it private and safe for you
https://github.com/noobpk/auto-change-tor-ip
bypass-firewall change-ip private-vpn privoxy-tor proxy socks tor vpn
Last synced: about 10 hours ago
JSON representation
Automatically change tor ip address over time when accessing the internet. Make it private and safe for you
- Host: GitHub
- URL: https://github.com/noobpk/auto-change-tor-ip
- Owner: noobpk
- License: mit
- Created: 2019-09-01T09:06:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T14:11:48.000Z (2 months ago)
- Last Synced: 2025-01-27T17:50:38.601Z (7 days ago)
- Topics: bypass-firewall, change-ip, private-vpn, privoxy-tor, proxy, socks, tor, vpn
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 126
- Watchers: 4
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Tool Auto change tor ip
Automatically change tor ip address over time and using privoxy when accessing the internet. Make it private and safe for you.> Currently the tool is supported on MacOS and Kali Linux / Ubuntu (No support for Linux versions installed through the Microsoft Store)
# Architecture
![image](https://user-images.githubusercontent.com/31820707/189964620-7062c280-7011-4b13-84a5-bf676e721d25.png)# PreConfig for Privoxy
1. Linux - Edit `/etc/privoxy/config`
- Find & Set `enable-remote-toggle 1`
- Finf & Set `enable-edit-actions 1`
- Find & Remove `#` in `forward-socks5t / 127.0.0.1:9050 .`
2. MacOS - Edit `/usr/local/etc/privoxy/config`
- Find & Set `enable-remote-toggle 1`
- Find & Set `enable-edit-actions 1`
- Find & Remove `#` in `forward-socks5t / 127.0.0.1:9050 .`
For example privoxy config `privoxy.config`# PreConfig for FoxyProxy Extension
- Install FoxyProxy Extension then import `FoxyProxy_2024-12-03.json`# Usage
1. git clone https://github.com/noobpk/auto-change-tor-ip.git
1. cd auto-change-tor-ip/
1. pip install -r requirements.txt
1. python3 autorip.py
1. Set time and loop for autorip
1. On your browsers -> open FoxyProxy -> turn on `Autorip-Privoxy` or add HTTP Proxy 127.0.0.1:8118 to network configuration.
1. Now you can access http://p.p/# Interface Autorip when running
# Demo
|Name|Link|
|----|----|
|Automation change tor ip address | Basic Usage | Tor - Privoxy - Bypass Firewall Block Ip| https://youtu.be/GxnUKkYEHcw |
|Automation change tor ip address | Advance Usage | Burp Suite - Nmap - Bypass Firewall Block Ip| https://youtu.be/X4avfaYWGtw |