mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 05:23:19 -07:00
Renamed evilsocket/bettercap to bettercap/bettercap
This commit is contained in:
parent
73b3c9e340
commit
69fa3127b6
14 changed files with 27 additions and 27 deletions
|
@ -10,8 +10,8 @@ import (
|
|||
"github.com/elazarl/goproxy"
|
||||
"github.com/elazarl/goproxy/ext/html"
|
||||
|
||||
"github.com/evilsocket/bettercap/firewall"
|
||||
"github.com/evilsocket/bettercap/session"
|
||||
"github.com/bettercap/bettercap/firewall"
|
||||
"github.com/bettercap/bettercap/session"
|
||||
)
|
||||
|
||||
var log = logging.MustGetLogger("mitm")
|
||||
|
@ -116,7 +116,7 @@ func NewHttpProxy(s *session.Session) *HttpProxy {
|
|||
req.URL.Scheme = "http"
|
||||
req.URL.Host = req.Host
|
||||
|
||||
// TODO: p.pre_filter.Process
|
||||
// TODO: p.pre_filter.Process?
|
||||
|
||||
p.proxy.ServeHTTP(w, req)
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue