Skip to content

Hell's tunnel is a simple protocol to hide transmited data using http

Notifications You must be signed in to change notification settings

molangning/hells-tunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hell's tunnel

The only covert channel you need for proxying

Hell's tunnel is a layer 7 protocol that evades detection from traffic analysis and firewalls. It works by wrapping TCP/UDP data in a E2EE tunnel to the server over HTTPS WebSocket protocol.

This protocol can protect and hide transmitted data from being discovered by censors, traffic analysis and/or blue teams. Only the client and server knows about the true nature of the connection. Not only connections to remote addresses can be routed by the protocol, but also connections to another client can be routed as long as both clients are on the same server.

The name "Hell's tunnel" comes from it's purpose, which is to make sure the data survives and remain undetected while going though "hell". It also comes from it's alternate purpose, which is to serve as a backdoor/pivot into a client or the internal network, opening up a tunnel from "hell".

Alternatively, it can be called "Heaven's gateway"

Project structure

The file SPECIFICATION.txt contains the final specifications of the tunneling protocol.

The directory specification-breakdown contains a layman breakdown of the specification and it's various features.

Features

  • Outbound tunnel to a server
  • Reverse tunneling (Useful for pivoting through networks)
  • Hidden listener through IP whitelist/blacklist
  • Entrophy reduction even with encryption
  • Communicate using only http methods and no websockets

Possible usages

  • Pivoting through a network by hiding traffic as HTTPS or browsing a CDN protected site (Any cdn that support WebSockets will do)

  • Securely tunnel into a network, like a home network setup.

  • Securely tunnel out of a network, like a heavily censored country and evade detection from the network specific censors like GFW.

  • Protect a reverse shell connection or a foothold into a network.

What this should not be used for

Don't use this for c2 channels, it will get flagged.

About

Hell's tunnel is a simple protocol to hide transmited data using http

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published