Renamed evilsocket/bettercap to bettercap/bettercap

This commit is contained in:
evilsocket 2017-11-27 20:52:49 +01:00
commit 69fa3127b6
14 changed files with 27 additions and 27 deletions

View file

@ -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 {