Skip to content

sirimathxd/http-ssl-ssh-injector

 
 

Repository files navigation

http-ssl-ssh-tunneling

http ssl ssh tunneling vpn for android and linux devices

packages :

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

[+] - 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

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 93.8%
  • Shell 6.2%