tkisason/KillApachePy ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python tool that helps me check whether an Apache server might be affected by the old Range header issue, but do it in a safe, non destructive way. I don’t want anything that tries to crash a server or send huge traffic, I just want a simple command line script that makes a normal request, can try a few harmless header variations, and tells me if the server looks suspicious or patched.
It should let me enter a target URL, choose GET or HEAD, and optionally use a proxy. If possible, show clear output about the response, status code, and any useful headers so I can understand what happened. Keep it easy to run from the terminal, with sane defaults and basic error handling.
If you need to look up current Python HTTP docs online, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit