/realm

Realm is a cross platform Red Team engagement platform with a focus on automation and reliability.

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Realm

test-status codecov Go Report Card Rust Report Card Docs

Realm is a cross platform Red Team engagement platform with a focus on automation and reliability.

realm-teaser-small.mp4

Features

Agent (imix)

  • Written in rust with support for MacOS, Linux, and Windows.
  • Supports long running tasks by reading output from tasks in real time.
  • Interval callback times.
  • Simple file based configuration.
  • Embedded files.
  • Built-in interpreter.

Server (tavern)

  • Web interface.
  • Group actions.
  • graphql backend for easy API access.
  • OAuth login support.
  • Cloud native deployment with pre-made terraform for production deployments.

Built-in interpreter (eldritch)

Quickstart guide

To deploy a production ready instance see the tavern setup guide.

Start the server

git clone https://github.com/spellshift/realm.git && cd realm

go run ./tavern

# If you'd like to test without deploying an agent use the test data.
ENABLE_TEST_DATA=1 go run ./tavern

Start the agent

git clone https://github.com/spellshift/realm.git
cd realm/implants/imix && cargo run

Want to contribute start here

https://docs.realm.pub/dev-guide/introduction