so1icitx/ip_changer — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Python command line tool for Linux that uses Tor to change my visible IP address on a timer. It should be easy to run from the terminal, either with options like seconds between changes and number of times to change, or by asking me questions if I don’t pass options.

Make it check that it’s being run with sudo, make sure Tor is installed or help install it on supported Linux systems, restart or reload Tor to get a new IP, then show the new IP after each change. It should support running forever until I press Ctrl C, or stopping after a set number of changes.

Please include clear terminal messages, basic error handling, and a README that explains installation, Firefox SOCKS proxy setup with 127.0.0.1 port 9050, example commands, and troubleshooting for common Tor or sudo issues. Keep it educational and focused on privacy testing, not anything malicious.

Want more depth? Deep Reverse