Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wh1t3-e4gl3/white-deface

This is a simple python tool to automatically deface webdav vulnerable websites.
https://github.com/wh1t3-e4gl3/white-deface

deface deface-tools deface-website defacement defacer hacking termux-tool web-deface web-hacking website-deface website-deface-tool website-defacement website-hack website-hacking white-deface

Last synced: 1 day ago
JSON representation

This is a simple python tool to automatically deface webdav vulnerable websites.

Awesome Lists containing this project

README

        

![Blue Futuristic Technology Presentation](https://github.com/WH1T3-E4GL3/white-deface/assets/118425907/d68de67c-a078-4b99-921a-7c6beeb47b3c)

## Author
[](https://www.instagram.com/whxitte)

# WHITE-DEFACE
This is a simple tool to automatically deface vulnerable websites.

(Tutorial video link at last of this page ⚠️)

It uses WebDav vulnerability to exploit.
This script sends a PUT requests to the websites given in the targets.txt file. Unauthenticated requests will be accepted and your html script will be uploaded in the website. You will get the link with your script whch you can see it. (sometimes it defaces the homepage directly.)

You need to put your website urls in the targets.txt file and put your deface script in the same folder ie: white-deface. then use the tool

# Note

⚠️Only defaces websites with WebDAV vulnerability(Accepts unauthenticated PUT requests)⚠️

Thank you [Ranginang67](https://github.com/Ranginang67/AOXdeface) for your source code.

# Installation
____________________

$ apt update -y && apt upgrade -y
$ pkg install git -y
$ pkg install python -y
$ pip2 install requests
$ git clone https://github.com/WH1T3-E4GL3/white-deface.git
$ cd white-deface
$ pip install -r requirements.txt
$ git pull
$ python white-deface.py


# Single installation command
_______________________________________

apt update -y && apt upgrade -y && pkg install git -y && pkg install python -y && pip2 install requests && git clone https://github.com/WH1T3-E4GL3/white-deface.git && cd white-deface && pip install -r requirements.txt && git pull && python white-deface.py

***Tutorial video : https://mega.nz/file/obgWGQJJ#Lk-JkEdFoIZVC07lpbRAFHRt3WayXDfPW27KuEDgCJE***

Tool used for vulnerable website defacing

Tool devoloped by whxite

Telegram : https://t.me/Ka_KsHi_HaTaKe

# What the code does

The code is a simple program in Python that attempts to upload a provided HTML file to multiple websites as specified in a target file named "targets.txt". The uploaded HTML file is intended to replace the content of the index page on the target websites. The program uses the "requests" library to handle the HTTP requests. The user is asked to input the name or path of the HTML file to be uploaded. If the file is found, the program then reads the contents of the file and the "targets.txt" file, which contains a list of target websites. The program then loops through each website in the list and attempts to upload the HTML file using a HTTP PUT request. If the upload is successful, a message is displayed indicating that the upload was successful. If the upload fails, a message is displayed indicating that the upload failed.

***You can get a new version of this project named white-dav with many features to exploit webdav vulnerability. Click [here](https://github.com/WH1T3-E4GL3/white-dav) to go to the project.***

# ***screenshorts***

![Screenshot_2024-05-04_09_56_39](https://github.com/WH1T3-E4GL3/white-deface/assets/118425907/352464cf-1b8a-4078-8222-0591b42d935d)

Tutorial video : https://mega.nz/file/obgWGQJJ#Lk-JkEdFoIZVC07lpbRAFHRt3WayXDfPW27KuEDgCJE

***You can get a new version of this project named white-dav with many features to exploit webdav vulnerability. Click [here](https://github.com/WH1T3-E4GL3/white-dav) to go to the project.***