Stratus Red team
Stratus Red Team is "Atomic Red Team" for the cloud, allowing to emulate offensive attack techniques in a granular and self-contained manner.
Installation
Building locally
make
./bin/stratus --help
Docker
docker build . -t stratus-red-team
docker run --rm stratus-red-team list
Development
Running locally
go run cmd/stratus/*.go list
Running the tests
make test
Building the documentation
For local usage:
make docs
mkdocs serve