An open API service indexing awesome lists of open source software.

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!

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.


![Terminal](https://github.com/isPique/Tor-IP-Changer/blob/main/Terminal.jpg)