Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blacktechx011/deautherx

An open-source ESP8266_Deauther with customizable Evil Twin attack, and WiFi signal strength checker, with a user-friendly web interface and Display interface and more.
https://github.com/blacktechx011/deautherx

blacktechx blacktechx011 deauthentication-attack deauther deautherx esp8266 esp8266-deauther esp8266-evil-twin evil-twin evil-twin-attack modefide-display-interface nodmcu-firebase webinterface wifi wifi-deauther wifi-hacking wifi-security wifihacking wifihackingtool

Last synced: about 2 hours ago
JSON representation

An open-source ESP8266_Deauther with customizable Evil Twin attack, and WiFi signal strength checker, with a user-friendly web interface and Display interface and more.

Awesome Lists containing this project

README

        

DeautherX

DeautherX


An open-source ESP8266_Deauther with customizable Evil Twin attack, and WiFi signal strength checker, with a user-friendly web interface and Display interface and more.



BlackTechX - DeautherX
stars - DeautherX
forks - DeautherX


GITHUB
·
INSTAGRAM
·
YOUTUBE



# :notebook_with_decorative_cover: Table of Contents

- [About the Project](#star2-about-the-project)
- [Documentation](#books-documentation)
- [Password](#lock-password)
- [Automatic Installation](#rocket-automatic-installation)
- [Installation with Arduino IDE](#wrench-installation-with-arduino-ide)
- [Disclaimer](#warning-disclaimer)
- [Special Thanks](#sparkles-special-thanks)
- [Feedback](#wave-feedback)

## :star2: About the Project

This 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.

The deauthentication attack is the main feature, which can be used to disconnect devices from their WiFi network.
Although 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.

To know more about deauthentication, visit [WiFi Deauthentication Frame Explained](https://blog-blacktechx.hashnode.dev/wifi-deauthentication-frame-explained).

## :books: Documentation

Please visit the [DeautherX docs](https://blacktechx011.github.io/DeautherX_Docs/) for detailed information about this project. Here is quick link:
- [Home](https://blacktechx011.github.io/DeautherX_Docs/)
```
https://blacktechx011.github.io/DeautherX_Docs/
```

## :lock: Password

The password for `DeautherX` is `BlackTechX`.

## :rocket: Automatic Installation

### [Video Tutorial](https://www.youtube.com/watch?v=qQUHb2XycNw)

1. Visit [DeautherX Web Tools](https://blacktechx011.github.io/DeautherX_Web_Tools/).
2. Select your ESP8266 board.
3. Select display type.
4. Connect your ESP8266 board via USB.
5. Click Connect and select the serial port of your ESP.
6. On the Device Dashboard, click on install.

## :wrench: Installation with Arduino IDE

1. Install the [Arduino IDE](https://www.arduino.cc/en/Main/Software).
2. Go to **File** -> **Preferences** -> **Additional Boards Manager URLs** and add:
`https://raw.githubusercontent.com/BlackTechX011/arduino/main/package_BlackTechX_index.json`
3. Go to `Tools` -> `Board` -> `Boards Manager` and install `DeautherX ESP8266`.
4. Open the DeautherX code folder.
5. Open `DeautherX.ino` with Arduino IDE.
6. Select the port.
7. Go to `Tools` -> `Board` -> `Boards Manager` and select your DeautherX board from `DeautherX ESP8266 boards`.
8. Click on upload.

## :warning: Disclaimer

This project is a proof of concept for testing and educational purposes.
Neither the ESP8266 nor its SDK was meant or built for such purposes. Bugs can occur!

Use it only against your own networks and devices!
Please check the legal regulations in your country before using it.
We don't take any responsibility for what you do with this program.

For more information, visit [DeautherX on Hashnode](https://blog-blacktechx.hashnode.dev/deautherx).

## :sparkles: Special Thanks

Special thanks to DX4GREY for their contributions.
- GitHub Profile: [DX4GREY](https://github.com/DX4GREY/)

## :wave: Feedback

If you have any feedback or queries, please create an issue on this repository.