aribannawar/Hunting-webserver ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python tool that can send a lot of test requests to a website I own, so I can see how it handles traffic and check whether it slows down. I want it to let me set the target URL, choose how many workers to run, and control how fast the requests are sent. Please make it print the response status for each request and show clear errors if a request fails.
It should be easy to run from the command line, and if you can, include a small way to stop it cleanly. Keep it straightforward and lightweight, using standard Python tools and the requests library. Please make sure it is only meant for testing sites I have permission to use, and add a short warning in the program about responsible use. If you need to look up current Python docs or best practices online, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit