https://github.com/ispique/tor-ip-changer
A tool for automatically change the Tor IP address over time. Maximize anonymity!
https://github.com/ispique/tor-ip-changer
change-ip ip-changer proxy socks socks5 tor tor-ip-changer tor-network tor-proxy tor-socks-proxy
Last synced: 6 months ago
JSON representation
A tool for automatically change the Tor IP address over time. Maximize anonymity!
- Host: GitHub
- URL: https://github.com/ispique/tor-ip-changer
- Owner: isPique
- License: mit
- Created: 2024-05-08T22:34:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-21T07:09:21.000Z (7 months ago)
- Last Synced: 2025-04-03T03:09:08.442Z (7 months ago)
- Topics: change-ip, ip-changer, proxy, socks, socks5, tor, tor-ip-changer, tor-network, tor-proxy, tor-socks-proxy
- Language: Python
- Homepage:
- Size: 1.32 MB
- Stars: 74
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auto Change Tor IP
* This tool automates the process of periodically changing the Tor IP address.
* Basically it enters a loop where it continuously fetches a new IP address through Tor proxies.
* Restart tor service, and you got a new IP :D> [!IMPORTANT]
> This version of the tool is now supported both on Unix-like and Windows operating systems!## Usage
### Linux:
1. Clone the repository:```bash
git clone https://github.com/isPique/Tor-IP-Changer.git
```2. Navigate to the project directory:
```bash
cd Tor-IP-Changer
```3. Install required libraries:
```bash
pip install -r requirements.txt
```4. Run the script:
```bash
sudo python3 IP-Changer.py
```### Windows:
1. Clone the repository:
```bash
git clone https://github.com/isPique/Tor-IP-Changer.git
```2. Navigate to the project directory:
```bash
cd Tor-IP-Changer
```3. Install required libraries:
```bash
pip install -r requirements.txt
```4. Run the script:
```bash
python IP-Changer.py
```> [!NOTE]
> Please do NOT edit or delete the `tor_path.txt` file.
