{"id":19680596,"url":"https://github.com/zeronetfix/dx8266","last_synced_at":"2026-03-04T01:17:16.922Z","repository":{"id":260130008,"uuid":"880417126","full_name":"zeronetfix/dx8266","owner":"zeronetfix","description":"Flash dx8266 On Web With Zeronetfix Web Tools ","archived":false,"fork":false,"pushed_at":"2024-11-29T12:32:02.000Z","size":593,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T05:33:59.374Z","etag":null,"topics":["deauther","dx8266","evil-twin","tools","web","wifi","zeronetfix"],"latest_commit_sha":null,"homepage":"https://zeronetfix.github.io/dx8266/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeronetfix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-10-29T17:27:42.000Z","updated_at":"2024-11-29T12:32:06.000Z","dependencies_parsed_at":"2024-11-29T22:01:43.533Z","dependency_job_id":null,"html_url":"https://github.com/zeronetfix/dx8266","commit_stats":null,"previous_names":["zeronetfix/dx8266"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeronetfix%2Fdx8266","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeronetfix%2Fdx8266/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeronetfix%2Fdx8266/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeronetfix%2Fdx8266/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeronetfix","download_url":"https://codeload.github.com/zeronetfix/dx8266/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240989396,"owners_count":19889685,"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":["deauther","dx8266","evil-twin","tools","web","wifi","zeronetfix"],"created_at":"2024-11-11T18:05:31.587Z","updated_at":"2026-03-04T01:17:11.891Z","avatar_url":"https://github.com/zeronetfix.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr /\u003e\n\n\u003c!-- Table of Contents --\u003e\n# :notebook_with_decorative_cover: Table of Contents\n\n- [About the Project](#star2-about-the-project)\n- [Documentation](#books-documentation)\n- [Password](#lock-password)\n- [Automatic Installation](#rocket-automatic-installation)\n- [Installation with Arduino IDE](#wrench-installation-with-arduino-ide)\n- [Disclaimer](#warning-disclaimer)\n- [Special Thanks](#sparkles-special-thanks)\n- [Feedback](#wave-feedback)\n\n\u003c!-- About the Project --\u003e\n## :star2: About the Project\n\nThis firmware allows you to easily perform a variety of actions to test 802.11 networks using an ESP8266. It's also a great project for learning about WiFi, microcontrollers, Arduino, hacking, and electronics/programming in general.\n\nThe deauthentication attack is the main feature, which can be used to disconnect devices from their WiFi network.\nAlthough this denial-of-service attack is nothing new, a lot of devices are still vulnerable to it. Luckily, this is slowly changing with more WiFi 6-enabled devices being used. But a lot of outdated WiFi devices remain in place, for example in cheap IoT hardware. With an ESP8266 Deauther, you can easily test this attack on your 2.4GHz WiFi network/devices and see whether it's successful or not. And if it is, you know you should upgrade your network.\n\nTo know more about deauthentication, visit [WiFi Deauthentication Frame Explained](https://blog-blacktechx.hashnode.dev/wifi-deauthentication-frame-explained).\n\n\u003c!-- Documentation --\u003e\n## :books: Documentation\n\nPlease visit the [DeautherX docs](https://blacktechx011.github.io/DeautherX_Docs/) for detailed information about this project. Here is quick link:\n- [Home](https://blacktechx011.github.io/DeautherX_Docs/)\n```\nhttps://blacktechx011.github.io/DeautherX_Docs/\n```\n\n\n\n\u003c!-- Password --\u003e\n## :lock: Password\n\nThe password for `DeautherX` is `BlackTechX`.\n\n\u003c!-- Automatic Installation --\u003e\n## :rocket: Automatic Installation\n\n### [Video Tutorial](https://www.youtube.com/watch?v=qQUHb2XycNw)\n\n1. Visit [DeautherX Web Tools](https://blacktechx011.github.io/DeautherX_Web_Tools/).\n2. Select your ESP8266 board.\n3. Select display type.\n4. Connect your ESP8266 board via USB.\n5. Click Connect and select the serial port of your ESP.\n6. On the Device Dashboard, click on install.\n\n\u003c!-- Installation with Arduino IDE --\u003e\n## :wrench: Installation with Arduino IDE\n\n1. Install the [Arduino IDE](https://www.arduino.cc/en/Main/Software).\n2. Go to **File** -\u003e **Preferences** -\u003e **Additional Boards Manager URLs** and add:  \n   `https://raw.githubusercontent.com/BlackTechX011/arduino/main/package_BlackTechX_index.json`\n3. Go to `Tools` -\u003e `Board` -\u003e `Boards Manager` and install `DeautherX ESP8266`.\n4. Open the DeautherX code folder.\n5. Open `DeautherX.ino` with Arduino IDE.\n6. Select the port.\n7. Go to `Tools` -\u003e `Board` -\u003e `Boards Manager` and select your DeautherX board from `DeautherX ESP8266 boards`.\n8. Click on upload.\n\n\u003c!-- Disclaimer --\u003e\n## :warning: Disclaimer\n\nThis project is a proof of concept for testing and educational purposes.\nNeither the ESP8266 nor its SDK was meant or built for such purposes. Bugs can occur!\n\nUse it only against your own networks and devices!\nPlease check the legal regulations in your country before using it.\nWe don't take any responsibility for what you do with this program.\n\nFor more information, visit [DeautherX on Hashnode](https://blog-blacktechx.hashnode.dev/deautherx).\n\n\u003c!-- Special Thanks --\u003e\n## :sparkles: Special Thanks\n\nSpecial thanks to DX4GREY for their contributions.\n- GitHub Profile: [DX4GREY](https://github.com/DX4GREY/)\n\n\u003c!-- Feedback --\u003e\n## :wave: Feedback\n\nIf you have any feedback or queries, please create an issue on this repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeronetfix%2Fdx8266","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeronetfix%2Fdx8266","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeronetfix%2Fdx8266/lists"}