TIPC.mp4
Simple Python tool to change your IP through the Tor network
- Free and open source
- Change your IP unlimited times through the Tor network
- Clean interface
- Easy to use
Warning
Currently only Linux is supported. Windows and macOS support are in development.
1. Install Requirements:
- Python:
- Ubuntu
sudo apt install python3
- Arch Linux
sudo pacman -S python
- Fedora
sudo dnf install python3
- Ubuntu
- Libraries:
- Rich →
pip install rich
- Requests →
pip install requests
- Rich →
- Tor:
- Ubuntu:
sudo apt install tor
- Arch Linux:
sudo pacman -S tor
- Ubuntu:
- Start Tor service:
systemctl enable tor && systemctl start tor
2. Clone the repository:
git clone https://github.com/belabh/tipc.git
3. Enter the project folder:
cd tipc
4. Run the installer:
sudo python3 TIPC-Installer.py
- Coming soon.
- Coming soon.
- Linux:
- If you have installed TIPC via the installer you can simply run it by
sudo tipc
- Otherwise, you can run it directly from the repository:
sudo python3 TIPC-Linux.py
- If you have installed TIPC via the installer you can simply run it by
TIPC supports 2 different modes:
- Manual: Press ENTER to change your IP whenever you want.
- Auto: Select the number of times (0 for unlimited) and delay, and it will automatically change your IP without any interaction (just keep it running).
To start using your new IP, point your applications to Tor's SOCKS5
proxy (127.0.0.1:9050
).
Chrome / Edge (Chromium-based):
- Go to
Settings → System → Open your computer's proxy settings
. - Set Manual proxy:
- Address:
127.0.0.1
- Port:
9050
- Address:
- Save and restart the browser.
Firefox:
- Go to
Settings → General → Network Settings → Settings…
. - Select Manual proxy configuration.
- SOCKS Host:
127.0.0.1
- Port:
9050
- Select SOCKS v5
- SOCKS Host:
- Click OK and restart Firefox.
- Open your network settings.
- Set the SOCKS5 proxy to:
- Address:
127.0.0.1
- Port:
9050
- Address:
- Save settings.
Now all system traffic will go through Tor.
After that, change your IP using TIPC.
If your application or game supports proxies (by default or via mods), set the proxy to:
- Address:
127.0.0.1
- Port:
9050
It will route traffic through Tor and change your IP accordingly.
TIPC will show your new IP in the terminal.
You can also verify it in a browser with these websites:
Caution
- Using Tor will increase your ping/latency.
- TIPC is not a VPN alternative. It only changes your IP through Tor and does not fully replace a VPN.
TIPC is intended for educational and testing purposes only.
The author is not responsible for any misuse or illegal activity conducted using this tool.
Always comply with local laws and the terms of service of websites or applications.