.. /Burrow
Star

Access

Burrow is subscription based 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. The tunnels are required to be created from the dashboard first which generates a command to be executed locally onto the system to bind the service/port to the burrow tunnels.

Paths:

Resources:

Acknowledgements:

Detections:

Access

  1. The URLs generated can be binded to a locally hosting services via bash.

    curl -Ls https://burrow.io/<RANDOM> | bash -s
    Use case
    Binding the local machine to the externally generated burrow tunnels.
    Privileges required
    User
    Operating systems
    Mac, Linux