Skip to content

johncant/node-http-tunnel

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

HTTP tunnel for node.js

Objective

Tunnel arbitrary TCP connections through HTTP.

Security

Use an SSH tunnel over the HTTP tunnel

Forward ports over the HTTP tunnel

Use an SSH tunnel over the HTTP tunnel

How to use

# On server outside the firewall ./server & disown exit

On your machine inside the firewall

./client # This sets up a SOCKS5 server on your local machine

Use with SSH

ssh -o ProxyCommand "./ssh-connect

%h %p"

pwnt.

About

An HTTP tunnel for bypassing restrictive firewalls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published