mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 14:03:17 -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
|
@ -52,11 +52,11 @@ Simple password sniffer.
|
|||
# keep reading arp table for network mapping
|
||||
net.recon on
|
||||
# setup a regular expression for packet payloads
|
||||
set net.sniffer.regexp .*password=.+
|
||||
set net.sniff.regexp .*password=.+
|
||||
# set the sniffer output file
|
||||
set net.sniffer.output passwords.pcap
|
||||
set net.sniff.output passwords.pcap
|
||||
# start the sniffer
|
||||
net.sniffer on
|
||||
net.sniff on
|
||||
```
|
||||
|
||||
#### caplets/rest-api.cap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue