*v1.0.1
- support of publickey authentication
- fix hotspot on android issue *fix some issues like usernames that contain special caracters and more.
let me know if did you had some other issues to fix by opening a new issue.
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.
apt install -y git openssh sshpass netcat-openbsd corkscrew screen python3
apt install python3-pip
apt install make
pip install certifi
(root is required in android )
git clone https://github.com/abdoxfox/HTTP-CUSTOM-HEADERS-VPN.git
cd HTTP-CUSTOM-HEADERS-VPN
[+] - and fill the cfgs/settings.ini
file:
-
choose your connection mode:
mode 0 : ssh direct
mode 1 : payload with or without proxy
mode 2 : ssl/tls (sni)
mode 3 : payload + sni
- according to your mode preference modify below line in settings.ini with the choosen mode number ex connection_mode = 0
- then:
chmod +x runvpn.sh
sudo bash runvpn.sh
- note : to stop the script press CTRL + C