-
-
Notifications
You must be signed in to change notification settings - Fork 637
Deauth Sniff
Just Call Me Koko edited this page Sep 27, 2023
·
4 revisions
WiFi
>Sniffers
>Deauth Sniff
The ESP32 is able to filter captured WiFi traffic to display and harvest deauths and disassociations sent from surrounding WiFi clients and APs against any network or client.
Once a packet is captured, it is checked for the identifying deauth or disassociation byte.
if ((snifferPacket->payload[0] == 0xA0 || snifferPacket->payload[0] == 0xC0 ) && (display_obj.display_buffer->size() == 0))
For each deauthentication or disassociation packet captured, the following information is displayed on screen:
- Source MAC
- Destination MAC
All deauthentications and disassociations will be saved to an attached SD card in a PCAP file.
This function can be exited by touching the screen. Once exited, the user will be sent back to the menu.
- Home
- About
- FAQ
- Marauder Versions
- Troubleshooting
-
Getting Started
- Arduino IDE Setup
- DIY Platforms
- Installing Firmware
- Update Firmware
- Hardware
- Status Bar
- Commandline
- Marauder Settings
- Applications
- Thanks
- Countdown Page
- How to make biscuits and sausage gravy