mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 14:03:17 -07:00
new: web-override caplet and proxy module
This commit is contained in:
parent
31de46c14c
commit
74867aaae4
3 changed files with 42 additions and 0 deletions
15
caplets/web-override.cap
Normal file
15
caplets/web-override.cap
Normal file
|
@ -0,0 +1,15 @@
|
|||
# targeting the whole subnet by default, to make it selective:
|
||||
#
|
||||
# sudo ./bettercap-ng -caplet caplets/web-override.cap -eval "set arp.spoof.targets 192.168.1.64"
|
||||
|
||||
set http.proxy.script caplets/web-override.js
|
||||
net.recon on
|
||||
http.proxy on
|
||||
arp.spoof on
|
||||
events.clear
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue