The latest proxytunnel of kali

description:

  The program establishes a tunnel connection through a standard HTTPS proxy.
  proxytunnel is a program that establishes a tunnel through a standard HTTPS proxy to bypass the standard HTTP filtering mechanism. It is usually used as the backend of OpenSSH's ProxyCommand and Putty's proxy backend. It can also be used for other proxy traversal purposes, such as proxy bounce.

Options:

-i,--inetd
	从inetd运行(默认值:关闭)

-a,--standalone=port
	在指定端口上作为独立守护程序运行

-p,--proxy=host:port
	使用主机和端口作为要连接的本地代理,如果未指定,则使用HTTP_PROXY环境变量(如果设置)代替

-r,--remproxy=host:port
	使用主机和端口作为远程(辅助)代理连接

-d,--dest=host:port
	使用主机和端口作为隧道的目标,您也可以将它们指定为proxytunnel命令的参数

-e,--encrypt
	SSL加密本地代理和目标之间的数据

-E,--encrypt-proxy
	SSL加密客户端和本地代理之间的数据

-X,--encrypt-remproxy
	SSL加密本地和远程(辅助)代理之间的数据

-W,--wa-bug-29744
	如果正在使用SSL(通过-e,-E,-X选项),请在CONNECT交换后立即停止使用它以解决apache服务器错误。 (这可能不适用于所有设置;有关更多详细信息,请参见/usr/share/doc/proxytunnel/README.Debian.gz。)

-B,--buggy-encrypt-proxy
	等效于-E -W。 (提供向后兼

Guess you like

Origin blog.csdn.net/qq_40399982/article/details/113046394