Skip to content

Tunnel tcp connection through http in Python

Notifications You must be signed in to change notification settings

AnthraX1/http-tunnel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%