Skip to content

whitedevil-21/IP-CHANGER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

IP-CHANGER

An automated IP rotation tool developed for Educational Purposes Only. This script leverages the Tor network to programmatically change your public IP address at set intervals.

⚠︎WARNING

DISCLAIMER: This tool is developed for educational use only. Do not misuse it for any reason. The author is not responsible for any consequences resulting from the misuse of this script.


Prerequisites

Before running the script, ensure your environment is updated and the necessary packages are installed.

  • pkg update && pkg upgrade -y
  • pkg install tor curl python netcat-openbsd -y

⚙️ Configuration

To allow the script to request a "New Identity" from Tor, you must enable the Control Port.

  1. Open the Tor configuration file:
    • nano $PREFIX/etc/tor/torrc
  2. Add or uncomment these lines:
    • ControlPort 9051
      CookieAuthentication 0

Press CTRL+O, Enter, then CTRL+X to save and exit.


🚀 Installation & Execution

  1. 1. Setup the Script

📖 How it Works

The script initializes a Tor circuit and enters a loop where it:

  1. Verifies the current IP via the Tor SOCKS5 proxy ($127.0.0.1:9050$).
  2. Sends a SIGNAL NEWNYM command to Tor's Control Port ($9051$).
  3. Forces a circuit switch to assign a new exit node (and therefore a new IP).

⚠️ Important Considerations

  • Proxy Settings: This script only changes the IP of the Tor circuit. To route other apps through this IP, configure them to use the SOCKS5 proxy at 127.0.0.1:9050.
  • Global Traffic: This tool does not act as a system-wide VPN. For full-device anonymity, consider using Orbot in VPN mode.
  • Troubleshooting: If you see "connection refused," double-check that your torrc file was saved correctly and that Tor is running.

ⓘ Contributing

  • If you'd like to improve the automation or add a Python wrapper, feel free to fork this repo and submit a PR!

Developed by AMIT DEVI(whitedevil-21)

About

THIS TOOL DEVELOPED FOR THE 5EDUCATIONAL ONLY DO NOT MISUSE FOR THE ANY REASON

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages