mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 14:03:17 -07:00
fix: better dot11 sniffed packets visualization
This commit is contained in:
parent
e5a7accc9c
commit
73a1b28515
3 changed files with 35 additions and 16 deletions
|
@ -12,7 +12,10 @@ net.sniff on
|
|||
# interested in otherwise the sniffer might lose packets.
|
||||
set wifi.recon.channel 1
|
||||
|
||||
# this will enable the wifi recon
|
||||
set ticker.commands clear; wifi.show
|
||||
wifi.recon on
|
||||
ticker on
|
||||
|
||||
# uncomment to recon clients of a specific AP given its BSSID
|
||||
# wifi.recon DE:AD:BE:EF:DE:AD
|
||||
|
@ -29,3 +32,7 @@ clear
|
|||
# This will deauth every client for this specific access point,
|
||||
# you can put it as ticker.commands to have the ticker module
|
||||
# periodically deauth clients :D
|
||||
#
|
||||
# For more options `help wifi.recon`.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue