-
Notifications
You must be signed in to change notification settings - Fork 12
MITM
Dominik edited this page Mar 22, 2026
·
3 revisions
PCAP Capture stores Wi-Fi traffic on SD card for later analysis in desktop tools.
- Packet capture to
.pcap - Supports analysis workflows
- Useful with handshake and recon tasks
Always follow local law and authorized scope.
- Choose capture mode:
start_pcap radio- Optional net-mode capture (requires Wi-Fi connection):
wifi_connect <SSID> <PASSWORD>
start_pcap net- Monitor capture status:
PCAP radio capture started -> /sdcard/lab/pcaps/sniff_N.pcap
PCAP net capture started -> /sdcard/lab/pcaps/sniff_N.pcap
- Stop capture:
stop- Confirm saved file:
PCAP saved: /sdcard/lab/pcaps/sniff_N.pcap (N frames, M drops)