We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
: panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x30 pc=0x8e6c5a]
goroutine 14013 [running]: github.com/kgretzky/evilginx2/core.NewHttpProxy.func3(0xc00047e510, 0x40edc8?) /root/evilginx2/core/http_proxy.go:933 +0x69a github.com/elazarl/goproxy.FuncRespHandler.Handle(0x10?, 0x969840?, 0xc0004003f0?) /root/evilginx2/vendor/github.com/elazarl/goproxy/actions.go:35 +0x22 github.com/elazarl/goproxy.(*ProxyConds).Do.func1(0x969840?, 0xc0005c09c0) /root/evilginx2/vendor/github.com/elazarl/goproxy/dispatcher.go:300 +0x13a github.com/elazarl/goproxy.FuncRespHandler.Handle(0xc000290e29?, 0xa34db6?, 0x0?) /root/evilginx2/vendor/github.com/elazarl/goproxy/actions.go:35 +0x22 github.com/elazarl/goproxy.(*ProxyHttpServer).filterResponse(...) /root/evilginx2/vendor/github.com/elazarl/goproxy/proxy.go:75 github.com/elazarl/goproxy.(*ProxyHttpServer).handleHttps.func2() /root/evilginx2/vendor/github.com/elazarl/goproxy/https.go:255 +0xf3e created by github.com/elazarl/goproxy.(*ProxyHttpServer).handleHttps /root/evilginx2/vendor/github.com/elazarl/goproxy/https.go:206 +0x611 exit status 2
happened many times
The text was updated successfully, but these errors were encountered:
No branches or pull requests
: panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x30 pc=0x8e6c5a]
goroutine 14013 [running]:
github.com/kgretzky/evilginx2/core.NewHttpProxy.func3(0xc00047e510, 0x40edc8?)
/root/evilginx2/core/http_proxy.go:933 +0x69a
github.com/elazarl/goproxy.FuncRespHandler.Handle(0x10?, 0x969840?, 0xc0004003f0?)
/root/evilginx2/vendor/github.com/elazarl/goproxy/actions.go:35 +0x22
github.com/elazarl/goproxy.(*ProxyConds).Do.func1(0x969840?, 0xc0005c09c0)
/root/evilginx2/vendor/github.com/elazarl/goproxy/dispatcher.go:300 +0x13a
github.com/elazarl/goproxy.FuncRespHandler.Handle(0xc000290e29?, 0xa34db6?, 0x0?)
/root/evilginx2/vendor/github.com/elazarl/goproxy/actions.go:35 +0x22
github.com/elazarl/goproxy.(*ProxyHttpServer).filterResponse(...)
/root/evilginx2/vendor/github.com/elazarl/goproxy/proxy.go:75
github.com/elazarl/goproxy.(*ProxyHttpServer).handleHttps.func2()
/root/evilginx2/vendor/github.com/elazarl/goproxy/https.go:255 +0xf3e
created by github.com/elazarl/goproxy.(*ProxyHttpServer).handleHttps
/root/evilginx2/vendor/github.com/elazarl/goproxy/https.go:206 +0x611
exit status 2
happened many times
The text was updated successfully, but these errors were encountered: