<< urlrewrite重写/隐藏你的链接 | 首页 | MAP SET LIST 的不同 >>

使用Putty通过Java HTTPProxy Socks代理服务器访问外部网络

Putty V0.58 可以通过代理服务器连接外部网络(Internet或者内部其他局域网),穿透防火墙。
SSHProxy是一个简单而且有用的Socks4 Socks5代理服务器,可以通过SHTTP Proxy 实现二级代理
The SSH Proxy is full featured SOCKS Proxy written in Java.It supports both versions 4 and 5 of Socks protocol.
Additional feature that I have implemented in SSH Proxy is the possibility to make TCP connections through an HTTP-SSL Tunnel.
SSH Proxy works in two modes:
Normal mode - works as normal SOCKS Proxy
TCP via SHTTP mode - Works as SOCKS Proxy but makes SOCKS TCP connections via HTTP-SSL Tunnel Proxy.
The TCP via SHTTP mode is very useful when user woks behind HTTP Proxy and hasn't any other acces to the Internet. In this case the user can run SSH Proxy on his/her machine, and configure it to use TCP connections via HTTP-SSL tunnels which are commonly supported by most proxies. This way he/she will be able to use other internet applications, eg. IRC, FTP, e-mail, telnet, HTTP (of course :-) but without caching and etc.
But if SSH Proxy works behind a firewall (in SSL tunnel mode) - the other SOCKS commands BIND and UDP association will not work.
SSH Proxy loads its configuration from file config.txt which should be in the directory of the SSH Proxy
# Copyright (c) 2000 Svetoslav Tchekanov ([email protected])
#-------------------------------
#EnableLog=no
EnableLog=yes
#-------------------------------
SOCKSPort=8888
#-------------------------------
#UseSHttpProxy=1
UseSHttpProxy=0
SHttpProxyHost=
SHttpProxyPort=
The variables UseSHttpProxy and EnableLog are logical. So you can specify their values either by 1, 0, Yes or No.

SSH Proxy is purest implementation of the SOCKS 4 and SOCKS 5 protocol.To use it as a SOCKS proxy, follow these steps:
1. Open SSH Proxy config file, and make sure it will not use cascade HTTP proxy.
2. Start SSH Proxy
3. Open IE (or othe app.)
4. Go to IE proxy settings (tools->internet options->connection->lan settings->advanced
5. Enter for SOCKS Proxy 127.0.0.1 on port 8888
6. CLEAN the ip:port for HTTP and for SECURE proxies.
7. Press Ok. press ok. press ok.
8. Enter url and click enter.

标签 :



发表评论 发送引用通报