mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 05:53:20 -07:00
new: implemented basic https proxy (fixes #3)
This commit is contained in:
parent
c582782dc7
commit
6c4a13b5bc
5 changed files with 187 additions and 14 deletions
|
@ -14,8 +14,10 @@ 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