Bit Hunter Posted December 9, 2008 Share Posted December 9, 2008 There are networks which don't allow users to access other then HTTP and HTTPS data, and in most cases HTTPS data is restricted to port 443. Quote Link to comment Share on other sites More sharing options...
Joerg Posted December 9, 2008 Share Posted December 9, 2008 This can be circumvented by running the ssh service on port 443. Quote Link to comment Share on other sites More sharing options...
PLuNK Posted December 9, 2008 Share Posted December 9, 2008 Then you also have to make sure nothings binded to that port on any of the "ends" Quote Link to comment Share on other sites More sharing options...
Bit Hunter Posted December 9, 2008 Share Posted December 9, 2008 This can be circumvented by running the ssh service on port 443. SSH server doesn't deliver HTTPS data... You will have to use something like GNU HTTPTunnel for converting SSH to HTTP on server and convert back HTTP to SSH. The technique is call firewall hole punching. I never got it working with SSH, but i did get it working with OpenVPN. What i ended up with was a DSL [Damn Small Linux] running in QEMU, and SSH socks proxy to my DSL. Quote Link to comment Share on other sites More sharing options...
Joerg Posted December 11, 2008 Share Posted December 11, 2008 Hmm, with what algorithm is HTTPS encrypted? SSL And ssh? SSL And as far as I know, firewalls usually don't check the packets so deeply to differentiate between ssh and https traffic (if thats even possible). Quote Link to comment Share on other sites More sharing options...
H@L0_F00 Posted December 11, 2008 Author Share Posted December 11, 2008 This is what I found "$ssh -D 9999 username@ip-address-of-ssh-server" which opens a SOCKS proxy on port 9999 on localhost at username on ip-address-of-ssh-server. I'll be using putty so I'll have to figure out how to open the SOCKS port w/ it but I'll have to do some testing Quote Link to comment Share on other sites More sharing options...
PLuNK Posted December 11, 2008 Share Posted December 11, 2008 On the selected tabs within Putty It's on the lower section, You can download a CLI client though.. (Can't remember the name..) Quote Link to comment Share on other sites More sharing options...
H@L0_F00 Posted December 12, 2008 Author Share Posted December 12, 2008 On the selected tabs within Putty It's on the lower section, You can download a CLI client though.. (Can't remember the name..) Yeah but I'll be distributing this to people w/ only the knowledge to log in on Myspace lol Quote Link to comment Share on other sites More sharing options...
PLuNK Posted December 12, 2008 Share Posted December 12, 2008 Try using some marketing terms, And keep it "English" (Eg. Don't mention SSH) It just adds another secret tube to the intrawebs. :P Quote Link to comment Share on other sites More sharing options...
H@L0_F00 Posted December 12, 2008 Author Share Posted December 12, 2008 Try using some marketing terms, And keep it "English" (Eg. Don't mention SSH) It just adds another secret tube to the intrawebs. :P hahaha yes and i think I'll supply them w/ a free supply of nubeloob as long as they use my services ;) Quote Link to comment Share on other sites More sharing options...
Bit Hunter Posted December 12, 2008 Share Posted December 12, 2008 Yeah but I'll be distributing this to people w/ only the knowledge to log in on Myspace lol Just create a start up .bat... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.