thakur2309/StormRage — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python 3 terminal app called StormRage for learning how my own server handles traffic. I only want it for systems I own or have permission to test.
When it starts, show a clear warning, then let me choose between a TCP connection test to an IP and port, or an HTTPS request test to a URL. Ask for the target, duration, and a safe traffic level, then show live stats like requests sent, successful responses, failures, and time left. It should stop cleanly when I press Ctrl C and print a short summary at the end.
Please add basic safety checks, confirmations, sensible limits, and helpful error messages so a beginner can use it without accidentally doing something reckless. Also include an install script for Termux or Linux that installs the needed Python libraries, plus a short README with setup and start commands. Look up current docs online if you need to.
Want more depth? Deep Reverse