esp8266-reverse-socks5 icon indicating copy to clipboard operation
esp8266-reverse-socks5 copied to clipboard

Only local network?

Open SinanAkkoyun opened this issue 3 years ago • 3 comments

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?

SinanAkkoyun avatar May 05 '21 03:05 SinanAkkoyun

Hello, Yes it works as you can see on the HTTP proxy example of the readme

mehdilauters avatar May 05 '21 06:05 mehdilauters

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?

SinanAkkoyun avatar May 05 '21 09:05 SinanAkkoyun

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?

SinanAkkoyun avatar May 05 '21 11:05 SinanAkkoyun