All Projects → pulkin → Esp8266 Injection Example

pulkin / Esp8266 Injection Example

Example project to demonstrate packet injection / sniffer capabilities of ESP8266 IC.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Esp8266 Injection Example

Mysensors
MySensors library and examples
Stars: ✭ 1,150 (+262.78%)
Mutual labels:  diy, esp8266
Esp8266 Anemometer
ESP8266 based wind anemometer project
Stars: ✭ 22 (-93.06%)
Mutual labels:  diy, esp8266
Esp Mqtt Json Multisensor
(OBSOLETE) ESP MQTT JSON Multisensor for Home Assistant. Supported sensors include the TEMT6000 light, AM312 PIR, DHT22 temperature/humidity sensors. RGB led supports flash, fade, and transition. Over-The-Air (OTA) uploading, too!
Stars: ✭ 323 (+1.89%)
Mutual labels:  diy, esp8266
Klimerko
☁ DIY Air Quality Measuring Device
Stars: ✭ 69 (-78.23%)
Mutual labels:  esp8266, diy
weather-station
Everything you need to run and monitor your own open source weather station. ⛅
Stars: ✭ 38 (-88.01%)
Mutual labels:  esp8266, diy
Hugo Esp8266
Hugo is a 4-button ESP8266 Wi-Fi Remote, Arduino compatible and simple to use.
Stars: ✭ 77 (-75.71%)
Mutual labels:  diy, esp8266
Open Home Automation
Open Home Automation with Home Assistant, ESP8266/ESP32 and MQTT
Stars: ✭ 820 (+158.68%)
Mutual labels:  diy, esp8266
Temper Esp8266
Temper is a compact temperature sensor based on ESP8266 and SHT30 with large 13x7 pixel led display.
Stars: ✭ 155 (-51.1%)
Mutual labels:  diy, esp8266
pcb-ws2812-wifi-controller
WiFi Controller for WS2812 LED Stripes
Stars: ✭ 48 (-84.86%)
Mutual labels:  esp8266, diy
Esp wifi repeater
A full functional WiFi Repeater (correctly: a WiFi NAT Router)
Stars: ✭ 3,818 (+1104.42%)
Mutual labels:  esp8266, sniffer
Tuya Convert
A collection of scripts to flash Tuya IoT devices to alternative firmwares
Stars: ✭ 3,338 (+953%)
Mutual labels:  esp8266
Umqttbroker
MQTT Broker library for ESP8266 Arduino
Stars: ✭ 264 (-16.72%)
Mutual labels:  esp8266
Blynk Library
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Stars: ✭ 3,305 (+942.59%)
Mutual labels:  esp8266
Esphelper
A library to make using WiFi & MQTT on the ESP8266 easy.
Stars: ✭ 310 (-2.21%)
Mutual labels:  esp8266
Custom Topre Guide
Guidelines for designing a custom Topre keyboard
Stars: ✭ 266 (-16.09%)
Mutual labels:  diy
Nodemcu Uploader
Upload files to your esp8266 running nodeMcu
Stars: ✭ 290 (-8.52%)
Mutual labels:  esp8266
Sinric
Amazon Alexa Smart home skill / Google Home Action for ESP8266 / ESP32 / Arduino
Stars: ✭ 259 (-18.3%)
Mutual labels:  esp8266
Diy
Bunch of DIY tutorials (mostly Arduino, RPi, Kindle)
Stars: ✭ 256 (-19.24%)
Mutual labels:  diy
Rpidmx512
Orange Pi DMX512 / RDM / MIDI / OSC / Art-Net / WS28xx / L6470 / Stepper / TLC59711 / PCA9685 / Servo / PWM / TCNet / SMPTE / RDMNet / LLRP / Raspberry Pi
Stars: ✭ 256 (-19.24%)
Mutual labels:  esp8266
Intellij Micropython
Plugin for MicroPython devices in PyCharm and IntelliJ
Stars: ✭ 312 (-1.58%)
Mutual labels:  esp8266

Donate

ESP8266 packet injection/sniffer example

Warning! This example runs with a particular SDK build that is now integrated into this project. Future versions of the esp_iot_sdk removed the ability to send wifi control frames with wifi_send_pkt_freedom. I recommend checking https://github.com/kieransimkin/esp8266-freedom for the relevant object files if you want to use both newer SDK and wifi_send_pkt_freedom the way it was implemented in this SDK build.

This example project utilizes sniffer capabilities of ESP8266 to perform deauth attack. The communication between the victim and access point (AP) is traced by wifi_set_promiscuous_rx_cb while packet injection is performed by wifi_send_pkt_freedom. To use the example adjust the Makefile and change MAC addresses in user/user_main.c.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].