Skip to content

Sniffer

Dominik edited this page Mar 22, 2026 · 6 revisions
cyberpunk-banner

👁️ Passive Sniffer — Ghost in the Network 👁️


Functionality

  • Silent listening to packets between AP and clients.
  • Reports which access points have active clients & their MAC addresses.
  • Ability to temporarily switch to one network to have a full insight how many clients are there
  • Inspect probe requests for hidden SSIDs.

Commands Workflow

  1. Prepare network list (optional but recommended):
scan_networks
  1. Start sniffing:
start_sniffer
# or, if scan was already done:
start_sniffer_noscan
  1. Monitor collected data:
show_sniffer_results
show_probes
  1. Optional focus mode (single target):
select_networks N
start_sniffer
  1. Return to all discovered networks:
unselect_networks
start_sniffer_noscan
  1. Stop and optional cleanup:
stop
clear_sniffer_results
  1. Optional targeted deauth workflow:
stop
select_networks N
select_stations AA:BB:CC:DD:EE:FF
start_deauth
stop
unselect_stations

Get your data and vanish before being seen.


Clone this wiki locally