.. /Tmate
Star

Access
Exfiltration
Shell Access

Tmate.io provides a simple binary to expose local terminal via tmate.io domains. These domains are accessible over the internet. Providing opportunity for insiders to expose local system, exfiltrate data, create backdoors via SSH etc.

Paths:

Resources:

Acknowledgements:

Detections:

Access

  1. This will generate instant tmate tunnel which is accessible via web browser as well as via SSH client. Insider threat or external threat actor can used this for accessing and monitoring the terminals using the read-only tunnel links.

    tmate
    Use case
    Accessing the terminal via web browser or ssh remotely.
    Privileges required
    User
    Operating systems
    Mac, Linux

Exfiltration

  1. This will generate instant tmate tunnel which is accessible via web browser as well as via SSH client. Insider threat or external threat actor can used this for data exfiltration.

    tmate
    Use case
    Exposing file system over the internet.
    Privileges required
    User
    Operating systems
    Mac, Linux

Shell Access

  1. This will generate instant tmate tunnel which is accessible via web browser as well as via SSH client. Insider threat or external threat actor can used this for backdoor as `-F` will foreground the current process.

    tmate -F
    Use case
    Maintaning access via Web or via SSH.
    Privileges required
    User
    Operating systems
    Mac, Linux