-
Notifications
You must be signed in to change notification settings - Fork 12
Sniffer
Dominik edited this page Mar 22, 2026
·
6 revisions
- 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.
- Prepare network list (optional but recommended):
scan_networks- Start sniffing:
start_sniffer
# or, if scan was already done:
start_sniffer_noscan- Monitor collected data:
show_sniffer_results
show_probes- Optional focus mode (single target):
select_networks N
start_sniffer- Return to all discovered networks:
unselect_networks
start_sniffer_noscan- Stop and optional cleanup:
stop
clear_sniffer_results- Optional targeted deauth workflow:
stop
select_networks N
select_stations AA:BB:CC:DD:EE:FF
start_deauth
stop
unselect_stationsGet your data and vanish before being seen.