Skip to content

Esther7171/ESP8266-Deauther

Repository files navigation

ESP8266-Deauther

Scan for WiFi devices, block selected connections, create dozens of networks and confuse WiFi scanners!

Why i Prefer This

  • As a Hacker it important to increase your skill and Increase the number of tools becouse at sudden time it might be advantageous.
  • This is litreally cheap and small in size and belive me it's a serial killer.
  • Let me give u one such a example: suppose u are in public Cafés and you decided to preform a Deauthentication attack you open up your laptop pluge in your wireless adapter and start deauthenticating people One by One. Now the people will start a suspect and the common suspicion will fall on you because you have a laptop and thier is a weird looking device connected to your laptop which have some sort of an antina , well you can preform the same using a Nodemcu but this time you will controlling your nodemcu either with your phone or powerbank and that Nodemcu will be hidden inside you pocket taking power from your phone/laptop/powerbank anywhere it just need power to turn on although it illegal to jam networks. but at This point we can use an Nodemcu to kick of people form their network . however the condition is it only supports 2.4 Ghz network but it still good becouse you able to find vunerable device and network at public places. It good for trolling in my perspective.

Functions

  • 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 is an IOT device allows you to easily perform a variety of actions to test networks using an ESP8266. It's also a great project for learning about WiFi, microcontrollers, Arduino, hacking and electronics/programming in general.

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.

How it works

A deauthentication attack works by sending packets that tell the receiver they are disconnected. Deauth frames are a necessary part of the WiFi protocol. However, these packets are often unprotected. This means that any WiFi device can theoretically craft packets that disconnect nearby connections. All they need to know is the sender and receiver address, which can be observed by passivly scanning for WiFi devices.

NodeMCU

The NodeMCU board is probably the most popular ESP8266 development board. It's cheap, widely available, uses the ESP12 module, and has pre-soldered header pins - which come in handy when using a breadboard.

The original NodeMCU (as seen in the picture above) uses a CP2102 USB serial chip. The NodeMCU V3 is slightly bigger and uses the CH340 chip. However, both versions work the same.

Do not buy an ESP32 version if you're planning to build a Deauther. You'll need an ESP8266! ESP32 is good but it also have its own issues. to be simple leave it here.

Buy

👉 Amazone

👉 Aliexpress

Installation Guide

  • Download .bin file of ESP8266.
  • Download Flash software given above.
  • Connect your ESP8266 board via USB .
  • Open Flash software download from above.
  • Click Connect and select the serial port of your ESP8266. it is default on com5 or com3 so dont change if it not set it.
  • Go to config tap on setting icon Select your Deauther .bin file

  • Go to operation.
  • Tap on flash.
  • It take 2-5 min to complete.
  • when it finish unpluge and repluge it.

TIP

The WiFi password for pwned is deauther in case you were looking for it 😉

Usage

Connect it to any powersource via USB.

Connet to ESP8266 name of Network.

Open your browser type this

  • 192.168.4.1 link
  • deauth.me

Click on i understand.

It auto scan for devices

  • Select Networks to Attack

Top left You find attack tap on that and launch attack as you like

Reset

To reset you nodemcu use ai thinker reset file given on the top And flash again your deauther code.

Thank you 🙂