Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cifertech/esp32-div
Packet Monitor, WiFi Analyzer, Beacon Spam, Deauth Detector
https://github.com/cifertech/esp32-div
arduino attack deauth esp32 hack security-tools wifi
Last synced: 2 days ago
JSON representation
Packet Monitor, WiFi Analyzer, Beacon Spam, Deauth Detector
- Host: GitHub
- URL: https://github.com/cifertech/esp32-div
- Owner: cifertech
- License: mit
- Created: 2023-10-01T15:02:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-11T21:46:29.000Z (6 months ago)
- Last Synced: 2025-01-20T23:11:38.343Z (10 days ago)
- Topics: arduino, attack, deauth, esp32, hack, security-tools, wifi
- Language: C++
- Homepage: https://cifertech.net/esp32-div-your-swiss-army-knife-for-wireless-networks/
- Size: 2.2 MB
- Stars: 509
- Watchers: 16
- Forks: 44
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ESP32-DIV
a Pentesting tool using ESP32 with GUI interface
ยท
ยท
YOUTUBE
ยท
WEBSITE
## ๐ Explore the Full Documentation
Ready to dive deeper into our project's details? Discover the full story, in-depth tutorials, and all the exciting features in our comprehensive [documentation](https://cifertech.net/esp32-div-your-swiss-army-knife-for-wireless-networks/). Click the link and explore further!
## โ Future Changes
- Fixing existing bugs (it has a lot * - *)
- Adding De-Auth attack
- Adding WiFi sniffer
- Adding BLE scanner
## :star2: About the Project
a device that can not only monitor network traffic but also scan for nearby Wi-Fi networks, simulate beacon frames, and detect deauthentication attacks.
### :dart: Features
- Packet Monitor
- WiFi Analyzer
- Beacon Spam
- Deauth Detector
## :warning: License
Distributed under the MIT License. See LICENSE.txt for more information.## :handshake: Contact
โถ Support me on Patreon [patreon.com/cifertech](https://www.patreon.com/cifertech)
CiferTech - [@twitter](https://twitter.com/techcifer) - [email protected]
Project Link: [https://github.com/cifertech/ESP32-DIV](https://github.com/cifertech/ESP32-DIV)
## :gem: Acknowledgements
- [802.11 Mgmt:Beacon Frame](https://mrncciew.com/2014/10/08/802-11-mgmt-beacon-frame/)
- [spacehuhn](https://github.com/spacehuhn)
- [HCScreen](https://github.com/GerLech/HCScreen/tree/master)