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

access from outside localhost #37

Open
Bix3 opened this issue Dec 21, 2021 · 2 comments
Open

access from outside localhost #37

Bix3 opened this issue Dec 21, 2021 · 2 comments

Comments

@Bix3
Copy link

Bix3 commented Dec 21, 2021

Hello,

How would it be possible to access the proxies from outside the localhost?
When i tried to access them with the servers ip address and the corresponding 9000 ports its not working, however the ports are accessible from the machine trying to access, when i run a normal http server there it works fine.
I also tried using the docker containers individual ip address instead of the servers and i have tried to look for 127.0.0.1 in doxycannon and replaced it with 0.0.0.0.
The server i am running the doxycannon on is a kali linux machine.
Sorry if this is a dumb question i am not very experienced in linux

Thanks in advance for every help!

@Nou4r
Copy link

Nou4r commented Jan 3, 2022

++

@eschultze
Copy link

Use https://github.com/ginuerzh/gost/blob/master/README_en.md and forward the traffic. I would be something like this:

gost -L=:1337 -F=your_external_ip:9000

Keep in mind that you should have an external IP or a VPS. In this case, anyone can use your proxy, so it's good advice to use authentication. Additional info here https://v2.gost.run/en/port-forwarding/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants