You are on page 1of 6

instructables

Make Portable WiFi Jammer

by HOBBY TO MAKE

Basically it’s a device which performs a Wi-Fi IT may be illegal to jamm someone's WiFi network .
deauthentication attack.
Don't try this on others network.
You select the clients you want to disconnect from
their network and start the attack. This video is only for educational purposes not for
encouraging you to commit crime .
As long as the attack is running, the selected devices
are unable to connect to their network. You will be responsible for your own actions.

*******WARNING*******

https://youtu.be/RZt2IBZ7t_4

Step 1: Buy ESP8266 (7$)

The ESP8266 is a low-cost Wi-Fi chip with full http://www.amazon.in/s/ref=nb_sb_noss?url=search-


TCP/IP stack and MCU (Micro Controller Unit) a...
capability produced by Shanghai-based Chinese
manufacturer, Espressif Systems OR

LINK:: 1 you can buy from any website that you want (I
purchased from above link)

Make Portable WiFi Jammer: Page 1


Step 2: Download Source Code From GitHub

I'm not the author of this code .

the credit goes to the original author.

DOWNLOAD the full ZIP FOLDER & EXTRACT THE ZIP FILE ON DESKTOP

https://github.com/spacehuhn/esp8266_deauther

Step 3: Install Arduino Software

Install the Arduino software from the link below & as shown in the above images.

https://www.arduino.cc/en/main/software

Make Portable WiFi Jammer: Page 2


Step 4: Open Arduino

1::open Arduino software 7::Then copy this file name & search (
user_interface.h ) open this file with Notepad++ (as
2::Go to File > Preferences shown in image 6th image of this step)

3::Paste this link >> 8::Copy these 4 lines & paste it inside file as shown
http://arduino.esp8266.com/stable/package_esp8266. in image 7th
..
typedef void (*freedom_outside_cb_t)(uint8 status);
to the Additional Boards Manager URLs then hit
ENTER(as shown in 1st & 2nd Image of this step). int
wifi_register_send_pkt_freedom_cb(freedom_outside
4::Go to Tools > Board > Boards Manager _cb_t cb);

5::Search ESP8266 & DOWNLOAD INSTALL void wifi_unregister_send_pkt_freedom_cb(void);


VERSION 2.0.0(as shown in 3nd & 4th image of this
step). int wifi_send_pkt_freedom(uint8 *buf, int len, bool
sys_seq);
6::NOW again Go to File > Preferences Open the
folder path below More preferences can be edited 9:: save the file & close it.
directly in the file.(as shown in image no.5th of this
step)

Make Portable WiFi Jammer: Page 3


Step 5: Connect Esp8266 With Pc Via. Usb Data Cable

Make sure you are using DATA CABLE not the charging cable .(Important)as shown in above image

Make Portable WiFi Jammer: Page 4


Step 6: UPLOAD CODE TO ESP8266

1:: Make sure your setting are all as shown in Image 1st,2nd,3rd of this step.

2:: Change the SSID & PASSWORD as you want.(as shown in 4th image of this step).

3:: Click on UPLOAD BUTTON wait for success.

Make Portable WiFi Jammer: Page 5


Step 7: Just Connect Esp8266 With Power & Attack

Now you just have to power the circuit & connect you Make sure not to do it on others wifi network.
mobile to esp8266's wifi ..
YOU CAN ALSO WATCH MY VIDEO ON YouTube
Type192.168.4.1in any web browser. to see it working

Just Search ,Select & Attack on Any wifi Network


//www.youtube.com/embed/RZt2IBZ7t_4
within esp8266 Range.

(i have uploaded few images of its working)

good its really good

Thanks for the apriciation.

Make Portable WiFi Jammer: Page 6

You might also like