Skip to content
 
 

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP TUNNEL

Tunneling TCP connection through HTTP

Example Usage:

To start a tunnel client which target to irc.freenode.net:6667

python tunnel.py -p 8765 -r 127.0.0.1:8998 irc.freenode.net:6667

Start the tunneld server on a remote machine which will direct connection to the target

python tunneld.py -p 8998

To test the IRC connection via the tunnel:

nc 127.0.0.1 8765
NICK abc

About

Tunnel tcp connection through http in Python

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages