Skip to content
New issue

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 #268

Closed
thefirst100yearsaredifficult opened this issue Apr 8, 2023 · 1 comment
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.

Comments

@thefirst100yearsaredifficult

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:

Screenshot_2

@thefirst100yearsaredifficult thefirst100yearsaredifficult added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Apr 8, 2023
@ehsandeep
Copy link
Member

@thefirst100yearsaredifficult proxify has been reworked and this is already fixed in #238

@ehsandeep ehsandeep added the Status: Completed Nothing further to be done with this issue. Awaiting to be closed. label Apr 9, 2023
@ehsandeep ehsandeep added this to the proxify v1.0.0 milestone Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants