{"id":19593776,"url":"https://github.com/whomrx666/x-webdav","last_synced_at":"2025-07-23T14:34:08.349Z","repository":{"id":213331362,"uuid":"733600466","full_name":"Whomrx666/X-webdav","owner":"Whomrx666","description":"This is a simple tool to automatically deface vulnerable websites","archived":false,"fork":false,"pushed_at":"2025-02-12T06:21:18.000Z","size":413,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T20:50:43.283Z","etag":null,"topics":["deface","deface-tools","kali-linux","linux","termux","vurnerable","vurnerable-website","webdav","x-webdav"],"latest_commit_sha":null,"homepage":"https://whomrxhackers.blogspot.com/","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/Whomrx666.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,"zenodo":null}},"created_at":"2023-12-19T17:35:36.000Z","updated_at":"2025-05-16T09:05:04.000Z","dependencies_parsed_at":"2023-12-20T12:39:39.179Z","dependency_job_id":"80a5d47b-34ea-4780-9acf-08b8a854f9fb","html_url":"https://github.com/Whomrx666/X-webdav","commit_stats":null,"previous_names":["whomrx666/x-webdav"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Whomrx666/X-webdav","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Whomrx666%2FX-webdav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Whomrx666%2FX-webdav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Whomrx666%2FX-webdav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Whomrx666%2FX-webdav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Whomrx666","download_url":"https://codeload.github.com/Whomrx666/X-webdav/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Whomrx666%2FX-webdav/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266694572,"owners_count":23969795,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","kali-linux","linux","termux","vurnerable","vurnerable-website","webdav","x-webdav"],"created_at":"2024-11-11T08:41:04.808Z","updated_at":"2025-07-23T14:34:08.328Z","avatar_url":"https://github.com/Whomrx666.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# X-webdav\n![X-webdav preview](X-webdav.jpg)\n\n## introduction\nThis is a simple tool to automatically deface vulnerable websites\n\n## Instalations\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/Whomrx666/X-webdav.git\n$ cd X-webdav\n$ pip install -r requirements.txt\n$ git pull\n$ python X-webdav.py\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/Whomrx666/X-webdav.git \u0026\u0026 cd X-webdav \u0026\u0026 pip install -r requirements.txt \u0026\u0026 git pull \u0026\u0026 python X-webdav.py\n\n## Note\n⚠️Only defaces websites with WebDAV vulnerability(Accepts unauthenticated PUT requests)⚠️\n\n## Warning\nFirst move your deface script into the tool before running the tool\n\n## Instructions\n- **First**: Install tools according to the instructions above\n- **Second**: Move your own script into the tool\n- **Third**: Go into tools then type the name of your HTML script into tools,for example hacker.html\n- **Fourth**: Then the tool will automatically deface the target vulnerable website in target.txt\n- **Last**: Then copy the link that has been successfully defaced into the browser to see the results\n\n# What the code does\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## Observation\nThis is a tool for education only, I am not responsible for any misuse\n### Original Author\n\u003ca href=\"https://github.com/Whomrx666\"\u003e\u003cimg src=\"https://img.shields.io/badge/Original-Author-brightgreen.svg\" alt=\"\"/\u003e\u003c/a\u003e\n\n### \u003c\u003c\u003c If you copy , Then Give me The Credits \u003e\u003e\u003e\n\n## CONNECT WITH ME :\n\n[![Instagram](https://img.shields.io/badge/WEBSITE-VISIT-yellow?style=for-the-badge\u0026logo=blogger)](https://whomrxhackers.blogspot.com/)\n[![Instagram](https://img.shields.io/badge/TWITTER-FOLLOW-red?style=for-the-badge\u0026logo=x)](https://twitter.com/whomrx666)\n[![Instagram](https://img.shields.io/badge/YOUTUBE-SUBSCRIBE-red?style=for-the-badge\u0026logo=youtube)](https://youtube.com/@whomrxhackers)\n[![Instagram](https://img.shields.io/badge/FACEBOOK-LIKE-red?style=for-the-badge\u0026logo=facebook)](https://facebook.com/https://www.facebook.com/whomrx.666)\n[![Instagram](https://img.shields.io/badge/TELEGRAM-CONNECT-red?style=for-the-badge\u0026logo=telegram)](https://t.me/Whomr_X)\n[![Instagram](https://img.shields.io/badge/GMAIL-CONTACT-red?style=for-the-badge\u0026logo=gmail)](mailto:whomrx666@gmail.com)\n[![Instagram](https://img.shields.io/badge/TIKTOK-FOLLOW-red?style=for-the-badge\u0026logo=tiktok)](https://www.tiktok.com/@whomr.x)\n\n**If you want to donate, click on the button**\n\u003ca href=\"https://saweria.co/whomrx\"\u003e\u003cimg title=\"Donate\" src=\"https://img.shields.io/badge/Donate-X webdav-yellow?style=for-the-badge\u0026logo=github\"\u003e\u003c/a\u003e\n\n### Visitors :\n![Visitor Count](https://profile-counter.glitch.me/Whomrx666/count.svg)\n\n\u003cb\u003eHappy deface : ]\u003cb\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhomrx666%2Fx-webdav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhomrx666%2Fx-webdav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhomrx666%2Fx-webdav/lists"}