Initial Arch Package Release #2
0x5t4l1n
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
NexTor IP Changer v1.1
🕵️♂️ Automatically Change Your IP Address Using the Tor Network
NexTor IP Changer is a lightweight, command-line tool designed to enhance online privacy by leveraging the Tor network to periodically rotate your IP address. This tool is perfect for privacy enthusiasts, security researchers, or anyone requiring dynamic IP rotation for legitimate purposes, such as testing network configurations or maintaining anonymity.
🚀 Features
nextor) and follow intuitive prompts.🛠️ Installation (Arch Linux Only)
📦 Requirements
Before using NexTor IP Changer, ensure the following dependencies are installed and configured:
Tor: The tool relies on the Tor network for IP rotation.
sudo pacman -S tor sudo systemctl enable --now torPython Libraries: The
requests[socks]library is required for proxy communication.🔧 Verify Tor is Running
Ensure the Tor service is active before running the tool:
If Tor is not running, start it with:
📦 Install from AUR
The easiest way to install NexTor IP Changer is through the Arch User Repository (AUR) using an AUR helper like
yay:This installs the tool system-wide, allowing you to run it with the
nextorcommand:📦 Install from Source
For users who prefer manual installation or want to customize the tool:
Clone the repository:
Navigate to the project directory:
cd NexTOR_IP_CHANGERRun the installation script:
After installation, the
nextorcommand will be available globally.🧪 Usage
Launch the tool by running:
The tool will prompt you to:
60for every minute).10for ten rotations, or0for infinite changes).🔌 Proxy Configuration
To route your traffic through the Tor network and benefit from IP rotation, configure your application or browser to use the following SOCKS proxy settings:
127.0.0.19050For example, in Firefox:
127.0.0.1and Port to9050.This ensures your traffic is routed through Tor with rotating IPs as configured by the tool.
🔔 Notes
sudo systemctl status tor).0when prompted for the number of changes to enable continuous IP rotation.🌟 Contributing
We welcome contributions from the community to improve NexTor IP Changer! Here’s how you can get involved:
git checkout -b feature/your-feature-name).git commit -m "Add your feature description").git push origin feature/your-feature-name).📄 License
This project is licensed under the MIT License. See the LICENSE file for details.
This script is provided "as is" without any warranties or guarantees. The author is not responsible for any misuse or unintended consequences that may arise from using this script. Please use it responsibly and in compliance with your local laws and network policies.
💰 Support the Project
If you find NexTor IP Changer useful, consider supporting its development:


📬 Contact
For questions, feedback, or support, reach out via the GitHub Issues page. You can also connect with the community through discussions on the repository.
This discussion was created from the release Initial Arch Package Release.
All reactions