mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
fix: several improvements to the https.proxy module
This commit is contained in:
parent
723d99cf62
commit
f9f0f3d5b3
9 changed files with 308 additions and 29 deletions
|
@ -2,21 +2,22 @@
|
|||
#
|
||||
# sudo ./bettercap-ng -caplet caplets/http-req-dump.cap -eval "set arp.spoof.targets 192.168.1.64"
|
||||
|
||||
events.stream off
|
||||
# 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 net.sniff.verbose false
|
||||
# set net.sniff.local true
|
||||
# set net.sniff.filter tcp port 443
|
||||
# net.sniff on
|
||||
|
||||
set https.proxy.script caplets/http-req-dump.js
|
||||
set http.proxy.script caplets/http-req-dump.js
|
||||
clear
|
||||
|
||||
http.proxy on
|
||||
https.proxy on
|
||||
arp.spoof on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue