Skip to content

Monster-ZeroX/http-ssl-ssh-injector

 
 

Repository files navigation

http-ssl-ssh-tunneling

http ssl ssh tunneling vpn for android and linux devices

packages :

[+] - apt install -y git python openssh sshpass netcat-openbsd corkscrew screen

[+] - badvpn-tun2socks must be compiled and installed https://github.com/ambrop72/badvpn

[+] - in proxification.sh line 6 "sudo route add $ssh_ip gw 192.168.43.1 metric 5" 192.168.43.1 must be replaced with your default gateway

[+] - on arch and some other linux distros netcat-openbsd is called openbsd-netcat

[+] - apt install screen

configuration :

past your data into file settings.ini

image

note : if are using Direct ssh leave the first part of settings.ini file empty you have only to setup your ssh settings

note 2 : if not woks in defaul auto_replace value , update it to auto_replace = 1 in file settings.ini

image

how it works!

(root is required in android )

[+] - git clone https://github.com/abdoxfox/http-ssl-ssh-injector.git

if you will use custom payload or direct ssh connection :

  • setup yor custom payload and proxy (if need it else leave it empty) and ssh details in settings.ini file.

[+] - cd http-ssl-ssh-injector

[+] - sudo or tsu for termux #run as root

[+] - chmod +x runvpn.sh

[+] - ./runvpn.sh 1 (argument 1 means that you will use payload / direct ssh connection)

if are using ssl (sni bughost )

  • setup your sni bughost and ssh details in settings.ini file and run the following commands :

[+] - cd http-ssl-ssh-injector

[+] - sudo or tsu

[+] - chmod +x runvpn.sh

[+] - ./runvpn.sh 2 (argument 2 means that you will use ssl method )

screenshots

image

  • note : to stop the script press CTRL + C

image

screenshots from : @megasniff_v2 (thanks a lot bro)

About

http ssl ssh tunneling vpn for android and linux devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.1%
  • Shell 10.9%