mirror of
https://github.com/0x5t4l1n/NexTOR_IP_CHANGER.git
synced 2026-05-26 11:51:55 +00:00
532b51b4d6
Agent-Logs-Url: https://github.com/0x5t4l1n/NexTOR_IP_CHANGER/sessions/939788bf-5aeb-4293-8770-0bfb0e8bf636 Co-authored-by: 0x5t4l1n <161853795+0x5t4l1n@users.noreply.github.com>
83 lines
1.4 KiB
Plaintext
83 lines
1.4 KiB
Plaintext
NexTOR IP Changer for Debian/Kali Linux
|
|
=========================================
|
|
|
|
INSTALLATION
|
|
============
|
|
|
|
apt-get install nextor
|
|
|
|
|
|
USAGE
|
|
=====
|
|
|
|
Basic usage:
|
|
nextor
|
|
|
|
Start/stop Tor service:
|
|
sudo systemctl start tor
|
|
sudo systemctl stop tor
|
|
sudo systemctl status tor
|
|
|
|
Check current exit IP:
|
|
nextor
|
|
|
|
|
|
CONFIGURATION
|
|
=============
|
|
|
|
Tor is configured via /etc/tor/torrc
|
|
|
|
To modify Tor settings:
|
|
sudo nano /etc/tor/torrc
|
|
sudo systemctl restart tor
|
|
|
|
|
|
DOCUMENTATION
|
|
==============
|
|
|
|
Man page:
|
|
man nextor
|
|
|
|
Online docs:
|
|
https://github.com/0x5t4l1n/NexTOR_IP_CHANGER
|
|
|
|
|
|
DEPENDENCIES
|
|
============
|
|
|
|
- Python 3.6+
|
|
- python3-requests (SOCKS support)
|
|
- python3-stem (Tor control)
|
|
- tor service
|
|
|
|
|
|
UPSTREAM
|
|
========
|
|
|
|
Homepage: https://github.com/0x5t4l1n/NexTOR_IP_CHANGER
|
|
GitLab: https://gitlab.com/5t4l1n/NexTOR_IP_CHANGER.git
|
|
|
|
|
|
TROUBLESHOOTING
|
|
===============
|
|
|
|
If tor service won't start:
|
|
sudo systemctl restart tor
|
|
sudo journalctl -xe
|
|
|
|
If IP isn't changing:
|
|
- Verify tor is running: systemctl status tor
|
|
- Check tor service logs: sudo tail -f /var/log/syslog
|
|
- Ensure SOCKS5 proxy is reachable on port 9050
|
|
|
|
|
|
SECURITY NOTES
|
|
==============
|
|
|
|
- This tool is for security testing and privacy purposes
|
|
- Always verify local laws regarding proxy usage
|
|
- Use responsibly and ethically
|
|
- Never use for illegal activities
|
|
|
|
-- Kali Linux <devel@kali.org> Mon, 14 Apr 2026 00:00:00 +0000
|