Gconnect is a friendly little program that combines the functionality of Proxytunnel and 
SSLproxy in one neat package.  Most of the SSLproxy features still remain and only a 
small number of Proxytunnel still is valid.  Here are a couple of examples I considered 
useful from an educational aspect.  And of course, please use this program at your own 
discretion.  We are not liable for your misjudgments.  And remember it is all about 
Freedom of the Mind.

Valid options

(Just a local listener)
gconnect -L 192.168.100.30 -l 8889 -v

(Useful for redirecting communications to the SSL server on port 443)
gconnect -L 192.168.100.30 -l 8889 -R  218.15.31.134 -r 443 -v 

(Server to Server SSL communication [Could be useful for cert trust issues])
gconnect -L 192.168.100.30 -l 8889 -R  218.15.31.134 -r 443 -v -s -c server.pem

(Run this on the Serverside, redirect this to a local service or port)
gconnect -L 192.168.100.30 -l 8889 -R 192.168.100.30 -r 22 -v -s -c server.pem 


[One of My favorite Options  Scenerio]

(client)ssh --> gconnect listener -> firewall -> gconnect -> sshd(server)

---clientside config---
gconnect -G firewall -g 80 -D 218.155.154.133 -d 443 -L 192.168.100.30 -l 8885 -f 995 -
C -R 192.168.100.30  [-u user -p passwd]

---remote server config---
gconnect -L  218.155.154.133  or <local address> -l 443 -R <SSH server IP address> -r 
22 -s -c ./DS.pem 



There are other interesting options that you can do but I leave that up to you. :)

If you do have an interesting scenario please email me.


 





