著名的无线黑客Samy Kamkar曾建议我们多去关注低成本的hacking/exploitation工具,NodeMCU就是这样的一款工具,一块基于LUA固件的ESP8266 WiFi SOC也才4美元左右。得益于Spacehuhn项目,我们可以利用 NodeMCU ESP8266自己动手组装WiFi干扰器(更为精准的无线网络Deauth攻击工具)。选择无线
This software allows you to easily perform a variety of actions to test 802.11 wireless networks by using an inexpensive ESP8266 WiFi SoC (System On A Chip). The main feature, the deauthentication attack, is used to disconnect devices from their WiFi network. No one seems to care about this...
An open-source ESP8266_Deauther with customizable Evil Twin attack, and WiFi signal strength checker, with a user-friendly web interface and Display interface and more. esp8266wifiwebinterfaceevil-twinwifi-securitydeauthentication-attackdeautherwifi-hackingnodmcu-firebasewifihackingevil-twin-attackwifi-dea...
Boot someone offline using the deauthentication exploit via an ESP8266 development board. DDOS on PS4 & XBOX Powerful layer 4 and layer 7 attacks to kick players offline. ARP Manipulation Detect who's on your network and perform MITM attacks or simply knock them off. ...
They incorporate a CH340g, 3.3v voltage regulator and esp8266. This creates a complete stand alone esp8266 stick, so you no longer need a USB serial interface or external voltage regulator. Almost all the pins are broken out too, which makes hacking projects on it easy. ...
using WM_WebServer = WebServer; #else using WM_WebServer = ESP8266WebServer; #endif std::unique_ptr<WM_WebServer> server; private: // vars std::vector<uint8_t> _menuIds; std::vector<const char *> _menuIdsParams = {"wifi","param","info","exit"}; std::vector<con...
ESP8266 comes out of nowhere and has been taking by storm the IoT world. You can find many hacking projects about it on the internet. So far, the most popular ESP8266 breakout version only has GPIO0 and GPIO2 routed to the header. Compared to it, Wee WIFI module is designed with a ...
1 First power up your ESP8266 You can use your smartphone if you have a USB OTG cable. or micro usb cable with a power bank or usb wall adapter. 2 Now you can controll your jammer using any smartphone or PC just Connect to ESP8266 Module so ...
First power up your ESP8266 NodeMCU with a power bank or mobile charger. You can also power this module using 9V battery please refer this-Here 2. Now you can control your jammer using any smartphone or PC. Just Connect to ESP8266 Module so that you can scan for WiFi networks from your...
For his Hackaday Prize entry, [Tejas] is buildinga WiFi Jammer with an ESP8266. It’s a small device that is able to disconnect anyone from a WiFi AP. Should you build it? No. Can you? Sure, why not. The code for this WiFi hacking tool is taken from the creator of the ESP8266...