Skip to content
Dominik edited this page Mar 22, 2026 · 3 revisions
cyberpunk-banner

📁 MITM

PCAP Capture stores Wi-Fi traffic on SD card for later analysis in desktop tools.

Highlights

  • Packet capture to .pcap
  • Supports analysis workflows
  • Useful with handshake and recon tasks

Notes

Always follow local law and authorized scope.

Commands Workflow

  1. Choose capture mode:
start_pcap radio
  1. Optional net-mode capture (requires Wi-Fi connection):
wifi_connect <SSID> <PASSWORD>
start_pcap net
  1. Monitor capture status:
PCAP radio capture started -> /sdcard/lab/pcaps/sniff_N.pcap
PCAP net capture started -> /sdcard/lab/pcaps/sniff_N.pcap
  1. Stop capture:
stop
  1. Confirm saved file:
PCAP saved: /sdcard/lab/pcaps/sniff_N.pcap (N frames, M drops)

Clone this wiki locally