⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 java实现的代理程序 socket 编程实现的http 和socket 代理程序
💻 TXT
字号:
JavaTunnel 0.1--------------This new release of JavaTunnel includes:- Port redirection- SSL Proxy bouncing- HTTP Tunneling(requires client and server)- Commandline interface- Experimental GUI interfaceTo execute JavaTunnel you need to include in your classpath the current directory and apache-commons.jar located into the libs directory.The commandline client class is javatunnel.JavaTunnelClient, so to start the program without parameters just type FROM THIS DIRECTORY:	java -cp .:./libs/apache-commons.jar javatunnel.JavaTunnelClientThis will show you the following help:        ***Invalid parameters.*** usage:  java javatunnel.JavaTunnelClient -mode amode -l aport -d        destinationip -dport aport [-p proxyip] [-pport proxyport] [-s        javatunnelserverip]  [-sport javatunnelserverport] [-h]JavaTunnel commandline help. -d,--destinationAddress <destionation ip>      Destination ip address -dport,--destinationPort <destionation port>   Destination port -h,--help                                      JavaTunnel usage -hosts,--help                                  Manage system host                                                file configuration -l,--localPort <local port>                    Local port where                                                JavaTunnel is listening -mode <MODE>                                   Type of operation mode                                                of the client.                                                Availables modes: SSLProxy, Redirect and HTTPTunnel -p,--proxyAddress <proxy ip>                   Proxy ip address -pport,--proxyPort <proxy port>                Proxy port -s,--serverAddress <server ip>                 JavaTunnel server ip                                                address -sport,--serverPort <server port>              JavaTunnel server port Example:java javatunnel.JavaTunnelClient  -mode Redirect -l 8080 -d192.168.0.100 -dport 80To start the graphical(and incomplete) interface just execute the javatunnel.gui.GraphicalClient, for example with this command	java javatunnel.gui.GraphicalClientFor More concrete usage examples check Examples.txt file

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -