corkscrew
tunnel TCP connections through HTTP proxies
Install
- All systems
-
curl cmd.cat/corkscrew.sh
- Debian
-
apt-get install corkscrew
- Ubuntu
-
apt-get install corkscrew
- Arch Linux
-
pacman -S corkscrew
- Kali Linux
-
apt-get install corkscrew
- Fedora
-
dnf install corkscrew
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install corkscrew
- OS X
-
brew install corkscrew
- Raspbian
-
apt-get install corkscrew
- Dockerfile
- dockerfile.run/corkscrew
corkscrew
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.