Control WS2812B and many more types of digital RGB LEDs with an ESP32 over WiFi! light esp8266 esp32 led hacktoberfest Updated May 29, 2025 C++ SpacehuhnTech / esp8266_deauther Sponsor Star 14.1k Code Issues
This firmware allows you to easily perform a variety of actions to test 802.11 networks using anESP8266. It's also a great project for learning about WiFi, microcontrollers, Arduino, hacking and electronics/programming in general. The deauthentication attack is the main feature, which can be used...
著名的无线黑客Samy Kamkar曾建议我们多去关注低成本的hacking/exploitation工具,NodeMCU就是这样的一款工具,一块基于LUA固件的ESP8266 WiFi SOC也才4美元左右。得益于Spacehuhn项目,我们可以利用 NodeMCU ESP8266自己动手组装WiFi干扰器(更为精准的无线网络Deauth攻击工具)。选择无线客户端时你需要先从自己的无线网络断开,...
7.然后就可以选择对应wifi进行攻击(攻击时模块上灯会常亮)。 8.攻击方式: (1)Deauth:因为WIFI管理数据帧没有被加密,导致攻击者可以伪造管理帧,从而让攻击者可以任意发送“取消认证”数据包来强行切断AP与客户端的连接(说白点就是无脑洪水堵塞攻击,一直切断对方设备与机器的连接,从而导致对方设备无法正常连接)。 (2)...
Hacking the SB-H20Opening the lid of the control panel and attaching a WiFi MCU in parallel to the buttons was the first idea that came mind. This was possible with the predecessors of this model, but not so with the control panel of the SB-H20. After testing around the edges of the...
Hacking the SB-H20Opening the lid of the control panel and attaching a WiFi MCU in parallel to the buttons was the first idea that came mind. This was possible with the predecessors of this model, but not so with the control panel of the SB-H20. After testing around the edges of the...
著名的无线黑客Samy Kamkar曾建议我们多去关注低成本的hacking/exploitation工具,NodeMCU就是这样的一款工具,一块基于LUA固件的ESP8266 WiFi SOC也才4美元左右。得益于Spacehuhn项目,我们可以利用 NodeMCU ESP8266自己动手组装WiFi干扰器(更为精准的无线网络Deauth攻击工具)。选择无线客户端时你需要先从自己的无线网络断开,...
The ESP8266 SDK stores WiFi configuration at the "end" of flash, and it finds the end using this size. However there is no downside to specifying a smaller flash size than you really have, as long as you don't need to write an image larger than this size. ...
利用ESP8266模块制作便携WiFi杀手进行deauth攻击 虚拟机必须要外置网卡才能挂载,自己做的u盘启动盘又因为电脑太垃圾导致难以运用。。。 然后想起了以前b站上有人做过的一个esp8266板子的视频,可以刷WiFi杀手的固件,于是乎当即下单买了块esp8266的板子,盼了几天今天终于到了,迫不及待地开箱测试。 准备材料:...
The ESP8266 SDK stores WiFi configuration at the "end" of flash, and it finds the end using this size. However there is no downside to specifying a smaller flash size than you really have, as long as you don't need to write an image larger than the configured size. ESP-12, ESP-12E...