Telebit is an open source tool which enables local services/applications to be exposed over the internet. Insiders as well as threat actors can use this tool to perform variety of malicious tasks. Although, the tool requires an authentication token of which free token can be obtained from the website.
Downloading and Installation of telebit on the local machine.
curl https://get.telebit.io/ | bash
Binding telebit tunnels to the local port running on the machine to expose the local applications over the tunnels.
telebit http <PORT>
Running a local server in a directory and exposing it over the telebit tunnels for data exfiltration.
telebit http <PORT>
Binding telebit tunnels to the local SSH/RDP ports etc. for shell access.
telebit tcp <PORT>
Binding telebit tunnels to the local file system/web server and exposing malicious binaries to be downloaded onto the compromised host.
telebit http <PORT>
Binding telebit tunnels to the locally running phishing page to compromise users.
telebit http <PORT>