This repository demonstrates how to exploit websites with a PUT
request vulnerability using a C program. Use this tool responsibly and ensure you have explicit permission from the website owners before testing. We do not intend to break any laws; this is for educational and learning purposes only.
Here's a video demonstration:
Click the image above to watch the video.
The full code is written in C, and it targets websites with a vulnerability in the PUT
HTTP request method. The demo includes an Express app that simulates a vulnerable server where the PUT
method is allowed.
- Ethical Usage: Only use this tool on websites you own or have explicit permission to test.
- Educational Purpose: This repository is for learning and exploring security vulnerabilities in a controlled, ethical environment.