An open API service indexing awesome lists of open source software.

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

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:

[![Review Video](https://github.com/felixoder/deface-script-c/blob/master/review.png)](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.