Recom
Videos

NODE-MCU ESP 8266 WIFI-JAMMER

wifi


In this video, the presenter will be making NODE-MCU ESP 8266 WIFI-JAMMER.
Add:   http://arduino.esp8266.com/versions/2.4.0/package_esp8266com_index.json
Driver- https://github.com/HobbyComponents/CH340-Drivers/tree/master/CH341SER

Add this command !
typedef void (*freedom_outside_cb_t)(uint8 status);
int wifi_register_send_pkt_freedom_cb(freedom_outside_cb_t cb);
void wifi_unregister_send_pkt_freedom_cb(void);
int wifi_send_pkt_freedom(uint8 *buf, int len, bool sys_seq);

files – https://github.com/spacehuhn/esp8266_deauther

COMPONENTS NEEDED:

  • ESP8266 NodeMcu WiFi Development Board

COURTESY: HARSH SHARMA

Download Techmezine Android app on google play store: Download Now

 

Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

To Top