esp8266-reverse-socks5
esp8266-reverse-socks5 copied to clipboard
Only local network?
Hi, thanks for the cool project. Does the reverse connection also forward internet traffic? I mean when connected to the server can I also access the internet connection of the victim network?
Hello, Yes it works as you can see on the HTTP proxy example of the readme
Ah yes I see, thank you I an trying to wrap my head around this, this seems super awesome How can I nmap the victim network? And how could I set all my traffic to me redirected through that reverse tunnel? Kind of like a VPN?
When I use HTTP_PROXY="127.0.0.1:8889" wget https://ifconfig.me It gives me my normal IP, not the victims IP... What should I do?