panic: runtime error: invalid memory address or nil pointer dereference #268
Labels
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone
Proxify version:
v0.0.9 downloaded pre vompiled
Current Behavior:
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x8e98e1f]
goroutine 26173 [running]:
Before it crashes
github.com/projectdiscovery/proxify.(*Proxy).Run.func5(0xb39a180, 0xa794fc0)
/home/runner/go/pkg/mod/github.com/elazarl/[email protected]/dispatcher.go: 123 +0x1f
github.com/elazarl/goproxy.ReqConditionFunc.HandleReq(0xa550c80, 0xb39a180, 0xa794fc0)
/home/runner/go/pkg/mod/github.com/elazarl/[email protected]/dispatcher.go: 33 +0x2c
github.com/elazarl/goproxy.(*ReqProxyConds).Do.func1(0xb39a180, 0xa794fc0)
/home/runner/go/pkg/mod/github.com/elazarl/[email protected]/dispatcher.go: 212 +0x7b
github.com/elazarl/goproxy.FuncReqHandler.Handle(0xa550ca0, 0xb39a180, 0xa794fc0)
/home/runner/go/pkg/mod/github.com/elazarl/[email protected]/actions.go:19 +0x2c
github.com/elazarl/goproxy.(*ProxyHttpServer).filterRequest(0xa806cc0, 0xb39a180, 0xa794fc0)
/home/runner/go/pkg/mod/github.com/elazarl/[email protected]/proxy.go:63 +0 x6c
github.com/elazarl/goproxy.(*ProxyHttpServer).handleHttps.func2()
/home/runner/go/pkg/mod/github.com/elazarl/[email protected]/https.go:241 + 0x783
created by github.com/elazarl/goproxy.(*ProxyHttpServer).handleHttps
/home/runner/go/pkg/mod/github.com/elazarl/[email protected]/https.go:211 + 0x64f
Steps To Reproduce:
./proxify -http-addr xxxxx:8888 -socks-addr xxxxxx:10080 -deny blacklist.txt
Anything else:
The text was updated successfully, but these errors were encountered: