Coder Social home page Coder Social logo

4e2e / realm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from spellshift/realm

0.0 0.0 0.0 32.52 MB

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

Home Page: https://docs.realm.pub/

License: GNU General Public License v3.0

Shell 4.90% JavaScript 0.02% Python 0.38% Go 20.15% Rust 56.23% TypeScript 16.67% CSS 0.09% HTML 0.38% Batchfile 0.01% HCL 0.72% Dockerfile 0.44%

realm's Introduction

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-logo

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

# Create the config file
cat <<EOF > /tmp/imix-config.json
{
    "service_configs": [],
    "target_forward_connect_ip": "127.0.0.1",
    "target_name": "test1234",
    "callback_config": {
        "interval": 4,
        "jitter": 1,
        "timeout": 4,
        "c2_configs": [
        {
            "priority": 1,
            "uri": "http://127.0.0.1/grpc/"
        }
        ]
    }
}
EOF

cargo run -- -c /tmp/imix-config.json

Want to contribute start here

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

realm's People

Contributors

kcarretto avatar hulto avatar cmp5987 avatar jabbate19 avatar adm1npanda avatar milkshak3s avatar cictrone avatar ankit-pn avatar arunjohnkuruvilla avatar 1nv8rzim avatar shashank73744 avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.