Skip to content

SNI Injecting tool for free internet (HTTP Injector)

Notifications You must be signed in to change notification settings

Andyvpns/sni-injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ssh-ssl-http-injector

http ssl ssh tunneling socks5 proxy
working on

windows, macos, linux


how to use

  1. Add your SNI host and ssh host to settings.ini


  2. image

  3. Run python script. python3 tunnel.py

  4. Run ssh command.

    ssh -C -o "ProxyCommand=nc -X CONNECT -x 127.0.0.1:9092 %h %p" username@host -p 443 -CND 1080 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
    or
    sshpass -p password ssh -C -o "ProxyCommand=nc -X CONNECT -x 127.0.0.1:9092 %h %p" username@1host -p 443 -v -CND 1080 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null

  5. Add socks5 proxy and Enjoy!
    host: 127.0.0.1
    port: 1080

About

SNI Injecting tool for free internet (HTTP Injector)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.2%
  • Shell 7.8%