ESP8266 (NodeMCU) Based Portable Deauther and Beacon Attacker Using Command Prompt

by RitankarP in Circuits > Wireless

9339 Views, 15 Favorites, 0 Comments

ESP8266 (NodeMCU) Based Portable Deauther and Beacon Attacker Using Command Prompt

IMG_20171017_153650.jpg
IMG_20171017_153606.jpg
IMG_20171017_153640.jpg
IMG_20171017_154158.jpg
IMG_20171017_172909.jpg

Create Multiple fake WiFi access points or Clone a particular Access Point to confuse all the clients in that network or disconnect all the connections in the wifi network using deauther attack.

There are many tutorials about

Getting the Necessary Files

Screenshot (7).png
Screenshot (9).png

Download the firmware required for this project.

https://github.com/spacehuhn/esp8266_deauther/rele...

Locate the downloaded file named "esp8266_deauther_1mb.bin"

Hold shift then right click mouse then open command prompt in that window and type "pip install esptool"

Wait for the esptool to install.


Running the Needed Commmands for Flashing the Firmware Onto the Board

Screenshot (10).png
Screenshot (11).png
Screenshot (12).png
Screenshot (13).png
Screenshot (14).png

1] esptool

2]esptool --port COM4 read_flash_status

3]esptool --port COM4 erase_flash

4]esptool --port COM4 write_flash -fm dio 0x00000 esp8266_deauther_1mb.bin

CHANGE YOUR PORT ACCORDINGLY(check in device manager for the com port list)

Establishing Connection to Your Esp8266.

Screenshot_20171017-165448.jpeg
Screenshot_20171017-165502.jpeg

Connect your esp8266 NodeMCU to any power source may it be a powerbank or your phone/pc itself .

Open your WiFi settings and scan for a network named "pwned" the default password is "deauther"

Connect to that network and open the local host IP from your device, in this case, am using my android smartphone.

Getting Online and Messing the Show

Screenshot_20171017-165516.jpeg
Screenshot_20171017-165532.jpeg
Screenshot_20171017-165541.jpeg
Screenshot_20171017-165551.jpeg
Screenshot_20171017-165605.jpeg

ON the web browser of the device type 192.168.4.1 and hit enter you will be greeted with agreement HIt I agree and have fun everything is pretty much explanatory.

In the attacks Tab HIT start "Deauth" It will send false packet and confuse the clients and it will eventually disconnect the client from the selected network.

Or simply select any network and hit clone to create multiple clones of that networks to confuse the clients of that network.

DISCLAIMER: This is only for educational purposes only use it in your network am not responsible for any harm caused.