esp8266_deauther/README.md

38 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2022-12-18 18:34:45 +01:00
# ESP8266 Deauther
2017-06-05 20:46:25 +02:00
2022-12-18 18:34:45 +01:00
<img src='https://deauther.com/img/logo.png' alt='Deauther Logo' width='200' />
2017-06-05 20:46:25 +02:00
2022-12-18 18:34:45 +01:00
**Scan for WiFi devices, block selected connections, create dozens of networks and confuse WiFi scanners.**
2021-01-11 19:12:58 +01:00
2022-12-18 18:34:45 +01:00
## New Documentation
2021-01-11 19:12:58 +01:00
2022-12-18 18:34:45 +01:00
Hi 👋
Please visit [Deauther.com](https://deauther.com) for information about this project.
Here are some quick links:
2021-01-11 19:12:58 +01:00
2022-12-18 18:34:45 +01:00
* [Buy](https://deauther.com/docs/buy)
* [Download](https://deauther.com/docs/download)
* [DIY Tutorial](https://deauther.com/docs/category/diy-tutorial)
* [Usage](https://deauther.com/docs/category/usage)
* [FAQ](https://deauther.com/docs/faq)
2021-01-11 19:12:58 +01:00
2022-12-18 18:34:45 +01:00
## Password
2018-03-24 18:15:59 +01:00
2022-12-18 18:34:45 +01:00
The password for `pwned` is `deauther`
2018-03-24 18:15:59 +01:00
2022-12-18 18:34:45 +01:00
## About this Project
2018-03-24 18:15:59 +01:00
2022-12-18 18:34:45 +01:00
This firmware allows you to easily perform a variety of actions to test 802.11 networks using an [ESP8266](https://www.espressif.com/en/products/socs/esp8266). It's also a great project for learning about WiFi, microcontrollers, Arduino, hacking and electronics/programming in general.
2018-03-24 18:15:59 +01:00
2022-12-18 18:34:45 +01:00
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.
2017-06-05 20:46:25 +02:00
## Disclaimer
2021-01-11 19:12:58 +01:00
2018-03-24 18:15:59 +01:00
This project is a proof of concept for testing and educational purposes.
2022-12-18 18:34:45 +01:00
Neither the ESP8266, nor its SDK was meant or built for such purposes. **Bugs can occur!**
2017-06-14 19:53:43 +02:00
2022-12-18 18:34:45 +01:00
**Use it only against your own networks and devices!**
2017-06-05 20:46:25 +02:00
Please check the legal regulations in your country before using it.
2022-12-18 18:34:45 +01:00
We don't take any responsibility for what you do with this program.