News:

How did you even find this place?

Main Menu

Bypass Client/Server

Started by abc, December 21, 2006, 04:16:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Ersan

Quotessh tunneling is meant to be a secure means of proxy communication ... the only difference between an ssh tunnel and an http proxy is that the ssh client emulates a SOCK4/5 server on the localhost while an http proxy is usually accessed remotely.  In all fairness that doesn't seem very different.

During an SSH tunnel, an HTTP proxy isn't used ever, I have no idea where you got that idea from.

abc

Yes, Exactly. I did it for experience, for fun, and eh. To visit any site I want  ;D. Sure this looks shitty, is very basic (at the moment) and has some bugs but, it's at the first revision? I hate to bring this up but have you looked at the first stealth bot? That was shitty. This project will soon be moved to C# or Java.

Ersan

You missed the point entirely...

nslay

Quote from: Ersan on December 22, 2006, 05:00:04 PM
Quotessh tunneling is meant to be a secure means of proxy communication ... the only difference between an ssh tunnel and an http proxy is that the ssh client emulates a SOCK4/5 server on the localhost while an http proxy is usually accessed remotely.  In all fairness that doesn't seem very different.

During an SSH tunnel, an HTTP proxy isn't used ever, I have no idea where you got that idea from.

Thats not the point I was trying to make.  Both SOCKS and HTTP proxies are supported by most applications, they both do the same task in very much a similar way.  The only difference is they use different protocol, and in the case of an ssh tunnel, the SOCKS server is on localhost instead of remote.
So you can pick either:
a) ssh -CD 2200 user@server (or use PuTTY or whatever to do this)
Configure the browser to use SOCKS server localhost:2200
b) Configure the browser to use an HTTP proxy server
An adorable giant isopod!