8000 GitHub - roycuadra/WiFi-Jamming-Detector: This project use a NodeMCU esp8266 It scans specific WiFi channels for deauth packets, When an attack is detected, it activates an LED and a buzzer while displaying relevant information on an OLED screen.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This project use a NodeMCU esp8266 It scans specific WiFi channels for deauth packets, When an attack is detected, it activates an LED and a buzzer while displaying relevant information on an OLED screen.

Notifications You must be signed in to change notification settings

roycuadra/WiFi-Jamming-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

📡 WiFi Jamming Detector

This project uses an ESP8266 microcontroller to detect WiFi deauthentication (and disassociation) packets — often signs of an attempted WiFi attack. When an attack is detected, the system activates a buzzer, LED, and displays information on an OLED screen.

🔗 Live Demo: Click here to view live demo


✨ Features

  • 📶 Channel Scanning: Monitors specific WiFi channels for deauth and disassoc frames.
  • 🚨 Attack Detection: Triggers alerts when a threshold of deauth packets is met.
  • 📺 OLED Display: Shows detection status and packet count.
  • 🔊 Audible Alerts: Buzzer beeps when an attack is detected.
  • 💡 LED Indicator: LED lights up during attack.

🧰 Hardware Requirements

Component Description
ESP8266 NodeMCU / Wemos D1 Mini
OLED Display 128x64 I2C OLED (SSD1306)
Buzzer Passive/active buzzer
LED Any color
Resistor 220Ω for LED (optional)
Wires Male-to-male jumper wires
Breadboard Optional for prototyping
TP4056 Optional for Charging Board
18650 Battery Optional for PowerSupply

🔌 Wiring Diagram

📷 Wiring Diagram
Wiring Diagram

Component ESP8266 Pin
LED LED_BUILTIN
Buzzer D7 (GPIO13)
OLED VCC 3.3V
OLED GND GND
OLED SDA D2 (GPIO4)
OLED SCL D1 (GPIO5)

💻 Software Requirements

Install the following libraries using Arduino IDE Library Manager or from the links below:


Thanks

Special thanks to ❤ Spacehuhn for making this project possible!

About

This project use a NodeMCU esp8266 It scans specific WiFi channels for deauth packets, When an attack is detected, it activates an LED and a buzzer while displaying relevant information on an OLED screen.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0