{"id":20101227,"url":"https://github.com/whxitte/white-deface","last_synced_at":"2025-05-06T06:33:15.369Z","repository":{"id":85521496,"uuid":"582629163","full_name":"WH1T3-E4GL3/white-deface","owner":"WH1T3-E4GL3","description":"This is a simple python tool to automatically deface webdav vulnerable websites.","archived":false,"fork":false,"pushed_at":"2024-05-04T14:04:10.000Z","size":93,"stargazers_count":116,"open_issues_count":5,"forks_count":39,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-05T14:45:05.014Z","etag":null,"topics":["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"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WH1T3-E4GL3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-27T12:13:19.000Z","updated_at":"2024-05-04T14:04:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"e6bba6b7-cd98-4f6c-af3f-9649e8829274","html_url":"https://github.com/WH1T3-E4GL3/white-deface","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WH1T3-E4GL3%2Fwhite-deface","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WH1T3-E4GL3%2Fwhite-deface/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WH1T3-E4GL3%2Fwhite-deface/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WH1T3-E4GL3%2Fwhite-deface/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WH1T3-E4GL3","download_url":"https://codeload.github.com/WH1T3-E4GL3/white-deface/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224492557,"owners_count":17320320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2024-11-13T17:23:59.251Z","updated_at":"2025-05-06T06:33:15.363Z","avatar_url":"https://github.com/WH1T3-E4GL3.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Blue Futuristic Technology Presentation](https://github.com/whxitte/white-deface/assets/118425907/d68de67c-a078-4b99-921a-7c6beeb47b3c)\n\n\n\n## Author\n[\u003cimg src=\"https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge\u0026logo=instagram\u0026logoColor=white\" /\u003e](https://www.instagram.com/whxitte) \u003ca href=\"https://github.com/whxitte\"\u003e\u003cimg title=\"Github\" src=\"https://img.shields.io/badge/whxitte-brightgreen?style=for-the-badge\u0026logo=github\"\u003e\u003c/a\u003e\n\n\n# WHITE-DEFACE\nThis is a simple tool to automatically deface vulnerable websites.\n\n(Tutorial video link at last of this page ⚠️)\n\nIt uses WebDav vulnerability to exploit.\nThis 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.)\n\nYou 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\n\n\n# Note\n\n⚠️Only defaces websites with WebDAV vulnerability(Accepts unauthenticated PUT requests)⚠️\n\nThank you [Ranginang67](https://github.com/Ranginang67/AOXdeface) for your source code.\n\n\n# Installation\n____________________\n\n    $ apt update -y \u0026\u0026 apt upgrade -y\n    $ pkg install git -y\n    $ pkg install python -y\n    $ pip2 install requests\n    $ git clone https://github.com/whxitte/white-deface.git\n    $ cd white-deface\n    $ pip install -r requirements.txt\n    $ git pull\n    $ python white-deface.py\n   \n   \n# Single installation command\n_______________________________________\n\n    apt update -y \u0026\u0026 apt upgrade -y \u0026\u0026 pkg install git -y \u0026\u0026 pkg install python -y \u0026\u0026 pip2 install requests \u0026\u0026 git clone https://github.com/whxitte/white-deface.git \u0026\u0026 cd white-deface \u0026\u0026 pip install -r requirements.txt \u0026\u0026 git pull \u0026\u0026 python white-deface.py\n  \n***Tutorial video : https://mega.nz/file/obgWGQJJ#Lk-JkEdFoIZVC07lpbRAFHRt3WayXDfPW27KuEDgCJE***\n\nTool used for vulnerable website defacing\n\nTool devoloped by whxite\n\n\nTelegram : https://t.me/Ka_KsHi_HaTaKe\n\n\n# What the code does\n\n\nThe 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.\n\n\n***You can get a new version of this project named white-dav with many features to exploit webdav vulnerability. Click [here](https://github.com/whxitte/white-dav) to go to the project.***\n\n# ***screenshorts***\n\n![Screenshot_2024-05-04_09_56_39](https://github.com/whxitte/white-deface/assets/118425907/352464cf-1b8a-4078-8222-0591b42d935d)\n\n\n\n\n\nTutorial video : https://mega.nz/file/obgWGQJJ#Lk-JkEdFoIZVC07lpbRAFHRt3WayXDfPW27KuEDgCJE\n\n\n***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.***\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhxitte%2Fwhite-deface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhxitte%2Fwhite-deface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhxitte%2Fwhite-deface/lists"}