mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
balls
This commit is contained in:
parent
a1d96165cf
commit
7fcabfb402
1 changed files with 6 additions and 9 deletions
15
README.md
15
README.md
|
@ -164,22 +164,19 @@ https.proxy on
|
||||||
arp.spoof on
|
arp.spoof on
|
||||||
```
|
```
|
||||||
|
|
||||||
#### caplets/simple-password-sniffer.cap
|
#### caplets/netmon.cap
|
||||||
|
|
||||||
Simple password sniffer.
|
An example of how to use the `ticker` module, use this caplet to monitor activities on your network.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# setup a regular expression for packet payloads
|
net.probe on
|
||||||
set net.sniff.regexp .*password=.+
|
clear
|
||||||
# set the sniffer output file
|
ticker on
|
||||||
set net.sniff.output passwords.pcap
|
|
||||||
# start the sniffer
|
|
||||||
net.sniff on
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### caplets/mitm6.cap
|
#### caplets/mitm6.cap
|
||||||
|
|
||||||
Reroute DNS requests by using DHCPv6 replies, start a HTTP server and DNS spoofer for `microsoft.com` and `google.com`.
|
[Reroute IPv4 DNS requests by using DHCPv6 replies](https://blog.fox-it.com/2018/01/11/mitm6-compromising-ipv4-networks-via-ipv6/), start a HTTP server and DNS spoofer for `microsoft.com` and `google.com`.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# let's spoof Microsoft and Google ^_^
|
# let's spoof Microsoft and Google ^_^
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue