How to Install corkscrew in Ubuntu 18.04



Install corkscrew by entering the following commands in the terminal:

sudo apt update
sudo apt install corkscrew

Description:

tunnel TCP connections through HTTP proxies

corkscrew is a simple tool to tunnel TCP connections through an HTTP proxy supporting the CONNECT method. It reads stdin and writes to stdout during the connection, just like netcat. . It can be used for instance to connect to an SSH server running on a remote 443 port through a strict HTTPS proxy.

Homepage: http://agroman.net/corkscrew/

Version: 2.0-11

Section: universe/net