-
Notifications
You must be signed in to change notification settings - Fork 9
Sniffer
Janek edited this page Jan 1, 2026
·
4 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.
- You can start by scanning networks yourself:
scan_networks- this grabs a list of networks into memory
1a. Start sniffer witch will scan networks first :
start_sniffer1b. Alternatively, if you have scanned networks first (0), you can claim sniff without a scan:
start_sniffer_noscan- At any stage, you can print most recent sniffer results:
show_sniffer_results- At any stage, you can pause sniffing without losing your results:
stop- Now, you can narrow (zoom) your sniffing to one network:
select_networks N- And now you can resume sniffing on this selected network only which is way faster and more precise:
start_sniffer- Next, you may want to return to sniffing of the all previously found networks without rescanning:
unselect_networks
start_sniffer_noscan- Show probe requests:
show_probes- Finally you can wipe sniffer results:
stop
clear_sniffer_results- You can also kick out one of the stations:
select_networks N
select_stations MAC
start_deauthGet your data and vanish before being seen.