mirror of
https://github.com/bettercap/bettercap
synced 2025-07-07 05:22:04 -07:00
fix: fix
This commit is contained in:
parent
dede331b2b
commit
acbc10d4e8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
"github.com/evilsocket/bettercap-ng/session"
|
||||
)
|
||||
|
||||
func getScript(src string) *HttpProxyScript {
|
||||
func getScript(src string) *ProxyScript {
|
||||
sess := session.Session{}
|
||||
sess.Env = session.NewEnvironment(&sess)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue