Skip to main content

HTTP tunneling tool.

Project description

http-tunnel

Tunneling all sockets by using regular HTTP requests.

Why

If you always suffered from the limitations of proxy or firewall that cannot be avoided, then this tool MIGHT be useful for you.

How it works

It is a pair of HTTP client/server programs. The client also acts as a server, capturing all incoming sockets and sending them to the server. The server then sends the received socket data to the target server.

All data between the client and server is encrypted and wrapped in HTTP requests.

HTTPS is supported, but your proxy may block self-signed server certificates. Even with a formal certificate, the proxy may still decrypt the SSL/TLS layer by using fake certificates, and the data is encrypted (again, by this tool) anyway.

HTTPS may be only necessary for WebSocket since it will connect by using the CONNECT method via proxy, which is probably not allowed other than HTTPS.

If there is still any concern, put the server behind a firewall or any reverse proxy that can handle SSL/TLS connections.

Problems

The connection WILL be slow, and may not be stable too.

Although the WebSocket method can do way better performance than others, it may not be suitable for all situations.

Since HTTP is stateless, it's better to use this tool with other "real" tunnel protocols, such as SSH, that maintain consistent connections, otherwise, it may consume a lot of sessions, which is not efficient and might be suspected.

Requirements

Installation

pip install http-tunnel

Usage

  • To start server:

    http-tunnel -s
    
  • To start client:

    http-tunnel -c
    

    Note: To use proxy, set the HTTP_PROXY or HTTPS_PROXY environment variable.

  • For more information:

    http-tunnel --help
    

Still working on😪

  1. Support other request methods.
    • POST
    • PUT
    • DELETE
    • PATCH
    • WebSocket
  2. Support UDP.

As always

Use at your own risk and responsibility.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

http_tunnel-0.6.11.tar.gz (19.0 kB view details)

Uploaded Source

Built Distribution

http_tunnel-0.6.11-py3-none-any.whl (19.8 kB view details)

Uploaded Python 3

File details

Details for the file http_tunnel-0.6.11.tar.gz.

File metadata

  • Download URL: http_tunnel-0.6.11.tar.gz
  • Upload date:
  • Size: 19.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.1

File hashes

Hashes for http_tunnel-0.6.11.tar.gz
Algorithm Hash digest
SHA256 113891ba1cbe2c9c86fbce5c7c8298bda73e99916863577524c20771cb8f8091
MD5 a080a0070073c25e66a9635c005c684d
BLAKE2b-256 6fbad51de37752d3438296e32805a374d8e4b34acb5b3a06bd73a6db6c3c3a91

See more details on using hashes here.

File details

Details for the file http_tunnel-0.6.11-py3-none-any.whl.

File metadata

  • Download URL: http_tunnel-0.6.11-py3-none-any.whl
  • Upload date:
  • Size: 19.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.1

File hashes

Hashes for http_tunnel-0.6.11-py3-none-any.whl
Algorithm Hash digest
SHA256 10e9f17d5d1eaed95c4bc90ae3843b4082c402fbd7ba4e3989f8e42b68367556
MD5 10dabfdee9062bc51daaca42effa4972
BLAKE2b-256 54a5d360e0453dc612c086db92a64d3c67603ee8f4f49ce09ea84651b6ee3409

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page