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 1 month 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: 2023-10-22T14:30:01.000Z (about 1 year ago)
- Last Synced: 2023-10-22T15:27:33.255Z (about 1 year ago)
- Topics: bypass-firewall, change-ip, private-vpn, privoxy-tor, proxy, socks, tor, vpn
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 45
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- 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 .`# Usage
1. Git clone https://github.com/noobpk/auto-change-tor-ip.git
1. cd auto-change-tor-ip/
1. python3 autorip.py
1. set time and loop
1. add HTTP Proxy 127.0.0.1:8118 into browser or network# 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 |