Destroyer-official/Destroyer-DoS ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python command line tool that can safely stress test a server I own by sending a lot of normal traffic to a target IP and port for a short time.
I want it to support a few common connection types like TCP, UDP, and basic web requests, with options for number of workers, packet or request size, and a way to run one mode or all modes at once. It should validate the target, handle errors cleanly, and print clear status so I can see what it is doing.
Please keep it easy to run from the terminal, use async and multiprocessing where it helps, and make sure it is clearly meant only for authorized testing on systems I control. If you need to check current Python docs or libraries, go ahead and look them up online.
Are you gonna build this?
make sure you review the code using coderabbit