-
-
Notifications
You must be signed in to change notification settings - Fork 634
Scan APs
Just Call Me Koko edited this page Sep 27, 2023
·
3 revisions
WiFi
>Sniffers
>Scan APs
The ESP32 is able to filter captured WiFi traffic to display and harvest AP beacons sent from surrounding WiFi Access Points.
Once a packet is captured, it is checked for the identifying beacon byte. This application functions the same as Beacon Sniff however access points with unique BSSIDs are added to the list of access points needed for WiFi attacks.
if ((snifferPacket->payload[0] == 0x80) && (display_obj.display_buffer->size() == 0))
For each beacon captured, the following information will be displayed on screen:
- Source MAC
- Source ESSID
All beacons 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.
The list of captured access points can be viewed with Select APs.
- 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