lucthienphong1120/5xDDoS — reverse-engineered prompt

Reverse engineered prompt

Build me a Python command line security testing tool for servers and websites I own, with a simple menu and clear output. I want it to help me do legal load testing and basic diagnostics, not anything meant to bypass protection or hit third party targets. It should support safe HTTP tests like GET, POST, HEAD, and slow connection simulation, plus basic TCP, UDP, SYN, and ICMP style stress checks with configurable limits, timeouts, thread counts, and a big warning before anything runs.

Also include handy tools like ping, DNS record lookup, website status checking, TeamSpeak SRV lookup, simple traffic stats, and a way to stop running tests cleanly. Make it work from one main start script, read defaults from a config file, and be easy to run locally or in Docker. Please add logging, colored console output, target ownership confirmation, and rate limits so it is clearly for defensive testing only. If you need details, look up current Python docs online.

Want more depth? Deep Reverse