------------------------------------------------------------------------------------------------------------------------ PC1 PC2 192.168.0.1 192.168.0.2 Stunnel Client Stunnel Server ------------------------- ------------------------------------- - Sockscap opens Iexplore.exe - - I enter the address of a webpage - - Iexplrore.exe --> 127.0.0.1:500 - ------------------------------------- : ****************************************************** : * Sockscap is only to redirect the connections * : * of the Webbroswer to Stunnel, normally the * : * webbrowser would direclty connect to the Internet * : * on port 80 and then going to the destination site. * : * In this case the webrowser connects to stunnel on * : * port 500 where stunnel is listening. * : ******************************************************* : : : : : : -------------------------------------------------------------------------------------------------------------------- - Stunnel Client Stunnel Server - -------------- -------------- - - Listening on port 500 Encripted Listening on port 123 - - The Browser sends to port 500 ---------->> Gets Browser data, encripted - - Encription Decription - - Connecting to 192.168.0.2:123 Encripted Connects to 127.0.0.1:80 - - . - - . - - . - - . - - +.+++++++++++++++++++++++++++++++++ - - +..---> Should connect to Internet+ - - +++++++++++++++++++++++++++++++++++ - - - - - --------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------------------------------