/HTTP-CUSTOM-HEADERS-VPN

http ssl ssh tunneling vpn for android and linux devices

Primary LanguagePythonApache License 2.0Apache-2.0

HTTP CUSTOM HEADERS VPN

is an ssh based vpn that uses:

  • HTTP Headers (payload) direct or with proxy.
  • SSL/TLS Handshake over SNI.
  • Combination between both (payload + ssl ) is supported too.

packages :

apt install -y git openssh sshpass netcat-openbsd corkscrew screen python3
apt install python3-pip 
apt install make
pip install certifi

how it works!

(root is required in android )

git clone https://github.com/abdoxfox/HTTP-CUSTOM-HEADERS-VPN.git
cd HTTP-CUSTOM-HEADERS-VPN

[+] - and fill the settings.ini file: image

  • then:
chmod +x runvpn.sh
sudo bash runvpn.sh
  • choose your connection mode:

image

screenshots

image

  • note : to stop the script press CTRL + C

image