akashblackhat/DDos_Attack.py ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple command line tool that lets me stress test a website or server I own, so I can see how it handles heavy traffic and where it starts to fail.
I want it to be easy to run from the terminal, ask for the target URL, the number of requests or threads, and a turbo style intensity setting. It should support different kinds of traffic patterns like plain HTTP requests and a few other test modes, and it should read a custom header list from a file if one is provided. Make the interface clean and straightforward, with clear status messages so I can tell what it is doing.
Please make it work well on Linux and keep it lightweight. Add basic safety checks and a clear warning that it is only for authorized testing on systems I own or have permission to test. If you need current docs or examples for any libraries, look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit