🔍 01 — Reconnaissance

Easy Medium Hard
0/3 solved

🌐 Hard — HTTP Method Discovery

Web servers respond differently to various HTTP methods (GET, POST, PUT, DELETE, TRACE, OPTIONS). Some methods may expose unexpected behavior.

Your mission: Send a PUT request to reveal the flag.

Current method: GET
Try sending a PUT request to this endpoint.
Use curl -X PUT http://localhost:5000/challenges/01-recon/hard or a tool like Burp Suite / Postman to change the HTTP method to PUT.