HA
hackops-academy/NO-IP
NO-IP is a professional tool designed to automatically change your IP address using the TOR. It works on Kali Linux and Termux.
NO-IP โ Automatic Tor IP Changer
๐ Overview
NO-IP is a lightweight, professional tool designed to automatically change your IP address using the TOR network.
It ensures anonymity, privacy, and security while browsing or testing network environments.
With built-in automation, NO-IP handles the process of starting/stopping TOR and refreshing your IP seamlessly โ giving you full control with zero hassle.
โจ Features
- ๐ Auto-start TOR โ No need to start TOR manually, NO-IP does it for you.
- ๐ Automatic IP Rotation โ Changes IP on demand or at intervals.
- ๐ Graceful Exit โ Press
CTRL + Cto stop the tool and cleanly shut down TOR. - ๐งฉ SOCKS5 Proxy Ready โ Default proxy:
socks5h://127.0.0.1:9050. - ๐ก๏ธ Cross-platform Support โ Works on Linux, macOS, and Termux.
โ๏ธ Requirements
- Python 3.7+
- TOR installed and accessible in
$PATH
On Debian/Ubuntu:
sudo apt update && sudo apt install tor -yOn Termux:
pkg update && pkg install tor -y๐ฅ Installation
Clone the repository and navigate into the directory:
git clone https://github.com/yourusername/NO-IP.git
cd NO-IPMake the script executable:
chmod +x noip.pyโถ๏ธ Usage
Run the tool:
python3 noip.pyStoping the Tool
Stop the tool anytime with:
CTRL + C๐งโ๐ป Author
HackOps Academy
Building tools for security research and ethical hacking.
STAY LEGAL.On this page
Languages
Python100.0%
Contributors
Apache License 2.0
Created September 22, 2025
Updated March 2, 2026