Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 415 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 415 Bytes

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