Difference between revisions of "ESP8266: deauther"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Affordable WiFi hacking platform for testing and learning ==Function== * Scan for WiFi networks and clients * Create docents of WiFi networks (beacon flooding) * Confuse WiFi...")
 
 
Line 26: Line 26:
  
 
* [[ESP8266]]
 
* [[ESP8266]]
 +
* [[ESP8266: deauther DIY]]

Latest revision as of 04:24, 16 August 2023

Affordable WiFi hacking platform for testing and learning

Function

  • Scan for WiFi networks and clients
  • Create docents of WiFi networks (beacon flooding)
  • Confuse WiFi trackers by sending fake probe requests (probe flooding)
  • Disconnect selected devices by sending deauth packets (deauthentication attack)

About this 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.



Referensi


Pranala Menarik