mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
refact: net.sniffer -> net.sniff
This commit is contained in:
parent
c98191c43e
commit
c75d4c391b
5 changed files with 24 additions and 24 deletions
|
@ -3,9 +3,9 @@ events.clear
|
|||
set events.stream.filter net.sniff
|
||||
events.stream on
|
||||
|
||||
set net.sniffer.verbose false
|
||||
set net.sniffer.local true
|
||||
set net.sniff.verbose false
|
||||
set net.sniff.local true
|
||||
# http://biot.com/capstats/bpf.html
|
||||
# set net.sniffer.filter not arp and not udp port 53
|
||||
# set net.sniff.filter not arp and not udp port 53
|
||||
|
||||
net.sniffer on
|
||||
net.sniff on
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# keep reading arp table for network mapping
|
||||
net.recon on
|
||||
|
||||
set net.sniffer.regexp .*password=.+
|
||||
set net.sniffer.output passwords.cap
|
||||
set net.sniff.regexp .*password=.+
|
||||
set net.sniff.output passwords.cap
|
||||
|
||||
# start arp spoofing attack
|
||||
# arp.spoof on
|
||||
net.sniffer on
|
||||
net.sniff on
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue