https://github.com/felixoder/deface-script-c
This is a defacement attack tool written in C
https://github.com/felixoder/deface-script-c
Last synced: 12 months ago
JSON representation
This is a defacement attack tool written in C
- Host: GitHub
- URL: https://github.com/felixoder/deface-script-c
- Owner: felixoder
- Created: 2025-01-25T18:12:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-25T18:17:38.000Z (about 1 year ago)
- Last Synced: 2025-02-12T21:37:36.490Z (about 1 year ago)
- Language: C
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deface Website in C - FelixHacked
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.
## Preview
Here's a video demonstration:
[](https://github.com/felixoder/deface-script-c/blob/master/review.mp4)
> Click the image above to watch the video.
## How It Works
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.
### Important:
- **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.