How to make a muffler from one part. Deauthenticator from the ESP8266 board

5 August 2024 3 minutes Author: Cyber Witcher

Hello everybody. In this article, we will consider how to make a deauthenticator from an ESP8266 board. Also, in addition to “jamming” a WiFi point, we will be able to create phantom access points and how to slow down the point’s Internet connection.

First, let’s analyze the main terms

  • A deauther is a device or software used to perform a deauthentication attack on wireless networks.

  • The ESP8266 is an inexpensive microcontroller with a built-in Wi-Fi module.

Installing the driver

If you have never worked with arduino, then you may not have a driver for the ch340 controller. This controller, like the arduino nano, works on ch340, for which you need to install a driver, because the computer does not recognize it.

Link to the driver installation guide – https://www.youtube.com/watch?v=MM9Fj6bwHLk&ab_channel=SparkFunElectronics

Installing software for controller firmware

This controller is flashed through the Arduino IDE program, but we will use the finished ISO firmware image.

Go to the GitHub site – https://github.com/nodemcu/nodemcu-flasher

Click on the green Code button and Download ZIP. unpack the archive.

Next, download the image itself –https://github.com/SpacehuhnTech/esp8266_deauther/releases/download/2.6.1/esp8266_deauther_2.6.1_DSTIKE_DEAUTHER_V1.bin 

(When you click on the link, the firmware will be downloaded immediately) Connect the controller via microUSB (it is important that the cable has a data transfer function) After we have downloaded everything we need, we go to the folder with the stitching program and select win64 if we have a 64-bit architecture and 32 if 32-bit.

Next, go to Release and start the flasher

Our port with the controller should be selected by itself, but if not, we go to the device manager and see which COM port our ESP is connected to.

In the flasher, go to the Advanced tab and set the parameters as in the photo.

Then we go to the config tab and click on the first gear and select our iso image. And then we go to operation and press Flash, thereby starting the firmware process. Do not disconnect the controller during the firmware and the process may not be fast.

After the firmware, we close the flasher and have a ready-made board. In the list of available networks, we select the access point – pwned and the password – deauther. Let’s move on to the instructions. There is also a video guide on how to do it, but if you did everything correctly, we already have a ready-made device and in the video we showed how to use it. Thank you for attention!

https://www.youtube.com/watch?v=8wZFCINl440&ab_channel=TechJames

Disclaimer. This article is created for informational purposes only. All advice and instructions are provided for educational purposes and we are not responsible for any possible consequences related to the implementation of this project. Always use safety precautions when working with electronic components.

Other related articles
Found an error?
If you find an error, take a screenshot and send it to the bot.