package
0.0.0-20241112165158-ce2ad370627b
Repository: https://github.com/cloudflare/redoctober.git
Documentation: pkg.go.dev

# README

ro

This is a command line based Red October client. It is still under development.

Usage

See

$ ro -h

Example

Assume username and password is stored at RO_USER and RO_PASS env variables.

  1. To see the current user and delegation summary:

    $ ro -server HOSTNAME:PORT summary

  2. To decrypt a RO encrypted file:

    $ ro -server HOSTNAME:PORT -in FILE -out FILE decrypt

# Packages

Package gopass is a library for getting hidden input from a terminal.