mirror of
https://github.com/bettercap/bettercap
synced 2025-07-10 15:23:30 -07:00
fix: sslstrip is disabled by default (ref #154)
This commit is contained in:
parent
68167b3f7c
commit
98d7fb5b86
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ func NewHttpsProxy(s *session.Session) *HttpsProxy {
|
|||
"Port to bind the HTTPS proxy to."))
|
||||
|
||||
p.AddParam(session.NewBoolParameter("https.proxy.sslstrip",
|
||||
"true",
|
||||
"false",
|
||||
"Enable or disable SSL stripping."))
|
||||
|
||||
p.AddParam(session.NewStringParameter("https.proxy.certificate",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue