Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

instructables

Hack Any WiFi networks with ESP8266 - WiFi Jammer

by Kedar Nimbalkar

Hey friends, Its Kedar Here, Have you ever wanted to need the mac address of the WiFi router and of the
block all wifi signals. or just want to kick someone out client device which you want to disconnect from the
from wifi or a neighbors wifi. Well this is it guys your network. You don’t need to be in the network or know
wait is over. Here is the $8 DIY Wifi Jammer to try for the password, it’s enough to be in its range.
yourself.
To see how effective this wifi jammer works I suggest You can perform multiple attacks on this device such
you to check my video here as you can jam any particular wifi network or you can
do beacon spam or random beacon spam. or you can
This jammer is so tiny you can fit into pocket. and simple deauth all. Lets start making it.
carry it anywhere. it can powered through your power
bank or 3.7v lipo battery. You can select which wifi See How The Jammer Works
network you want to jamm and attck on it . But be
sure this is just for education purpose do not use for https://youtu.be/N5JVQ-m5Kd0
wrong purposes.
You can use this Mobile app to control this Wifi
The 802.11 WiFi protocol contains a so called Jammer
deauthentication frame. It is used to disconnect
clients safely from a wireless network. http://geni.us/PQhB
Because these packets are unencrypted, you just

https://youtu.be/N5JVQ-m5Kd0

Hack Any WiFi networks with ESP8266 - WiFi Jammer: Page 1


Step 1: Get your parts Ready !

So to make this wifi jammer mainly you will need only http://geni.us/1LLaBJR
one part esp8266. 2) Battery (optional)
http://geni.us/okAOH
you can buy this perticular version of esp8266 as this
as a nodemcu firmware on it and it is easy to program Here is Full Instruction video
without any programmer. This esp8266 has a build in
programmer. https://youtu.be/N5JVQ-m5Kd0
you can buy that here
1) ESP8266

Step 2: Get your Arduino compiler Ready

Download the latest Arduino compiler from the be edited directly in the file
Arduino website here don't forget to save!
https://www.arduino.cc/en/Main/Software
9 Go to packages > esp8266 > hardware > esp8266
1 Install Arduino and open it. > 2.0.0 > tools > sdk > include
2 Go to File > Preferences 10 Open user_interface.h file with your favourite text
3 Add editor or just wordpad.
http://arduino.esp8266.com/stable/package_esp8266
c... 11 Scroll down and before #endif add following lines:

to the Additional Boards Manager URLs. typedef void (*freedom_outside_cb_t)(uint8


status);int
4 Go to Tools > Board > Boards Manager wifi_register_send_pkt_freedom_cb(freedom_outsi
de_cb_t cb);void
5 Type in esp8266 wifi_unregister_send_pkt_freedom_cb(void);int
6 Select version 2.0.0 and click on Install (must be wifi_send_pkt_freedom(uint8 *buf, int len, bool
version 2.0.0) sys_seq);
7 Go to File > Preferences
don't forget to save!
8 Open the folder path under More preferences can

Hack Any WiFi networks with ESP8266 - WiFi Jammer: Page 2


Hack Any WiFi networks with ESP8266 - WiFi Jammer: Page 3
Step 3: Download the project

1 Download project files from here (Credit goes to the 4 Select your programmer at Tools > Programmer >
orginal creator spacehuhn) ArduinoISP

http://geni.us/A5cOYc 5 Select the right port no at Tools > Port If no port


shows up you may have to reinstall the drivers.
2 Open Wifi Jammer > esp8266_deauther >
esp8266_deauther.ino in Arduino 6 Upload!

3 Select your ESP8266 board at Tools > Board. I Your Wifi Jammer is now ready!
used NodeMCU 0.9 but you can try NodeMCU 1.0 or
Generic ESP8266 Module

Hack Any WiFi networks with ESP8266 - WiFi Jammer: Page 4


Step 4: How to Use Wifi Jammer

1 First power up your ESP8266 3 You can now scan for networks...
You can use your smartphone if you have a USB Note: While scanning the ESP8266 will shut down its
OTG cable. or micro usb cable with a power bank or access point, so you may have to go to your settings
usb wall adapter. and reconnect to the WiFi network manually.

2 Now you can controll your jammer using any ...and start different attacks.
smartphone or PC just Connect to ESP8266 Module
so 4 Click on the attack tab
Scan for WiFi networks from your Mobile or PC or choose deauth all
MAC and connect to AndroidAP . The password is boom everyone on the wifi should be disconnected
killwifi . You can change this SSID and Password now
from the code you uploaded. Once connected, you
can use this ANDROID app to control this Wifi you can try other attacks as well
Jammer http://geni.us/PQhB
Happy hacking :)
OR you can open up your browser and go to
192.168.4.1

Hack Any WiFi networks with ESP8266 - WiFi Jammer: Page 5


Hack Any WiFi networks with ESP8266 - WiFi Jammer: Page 6

You might also like