Skip to content
forked from cobbr/Covenant

Covenant is a collaborative .NET C2 framework for red teamers.

License

Notifications You must be signed in to change notification settings

Kitsun3Sec/RedWolf

 
 

Repository files navigation

Contributors Commit Activity Stars License Chat

Red Wolf is a .NET command and control framework that aims to highlight the attack surface of .NET, make the use of offensive .NET tradecraft easier, and serve as a collaborative command and control platform for red teamers.

RedWolf is an ASP.NET Core, cross-platform application that includes a web-based interface that allows for multi-user collaboration.

Quick-Start Guide

Please see the Installation and Startup guide to get started with RedWolf!

The Wiki documents most of RedWolf's core features and how to use them.

Features

RedWolf has several key features that make it useful and differentiate it from other command and control frameworks:

  • Intuitive Interface - RedWolf provides an intuitive web application to easily run a collaborative red team operation.
  • Multi-Platform - RedWolf targets .NET Core, which is multi-platform. This allows RedWolf to run natively on Linux, MacOS, and Windows platforms. Additionally, RedWolf has docker support, allowing it to run within a container on any system that has docker installed.
  • Multi-User - RedWolf supports multi-user collaboration. The ability to collaborate has become crucial for effective red team operations. Many users can interact with the same RedWolf server and operate independently or collaboratively.
  • API Driven - RedWolf is driven by an API that enables multi-user collaboration and is easily extendible. Additionally, RedWolf includes a Swagger UI that makes development and debugging easier and more convenient.
  • Listener Profiles - RedWolf supports listener “profiles” that control how the network communication between Grunt implants and RedWolf listeners look on the wire.
  • Encrypted Key Exchange - RedWolf implements an encrypted key exchange between Grunt implants and RedWolf listeners that is largely based on a similar exchange in the Empire project, in addition to optional SSL encryption. This achieves the cryptographic property of forward secrecy between Grunt implants.
  • Dynamic Compilation - RedWolf uses the Roslyn API for dynamic C# compilation. Every time a new Grunt is generated or a new task is assigned, the relevant code is recompiled and obfuscated with ConfuserEx, avoiding totally static payloads. RedWolf reuses much of the compilation code from the SharpGen project, which I described in much more detail in a previous post.
  • Inline C# Execution - RedWolf borrows code and ideas from both the SharpGen and SharpShell projects to allow operators to execute C# one-liners on Grunt implants. This allows for similar functionality to that described in the SharpShell post, but allows the one-liners to be executed on remote implants.
  • Tracking Indicators - RedWolf tracks “indicators” throughout an operation, and summarizes them in the Indicators menu. This allows an operator to conduct actions that are tracked throughout an operation and easily summarize those actions to the blue team during or at the end of an assessment for deconfliction and educational purposes. This feature is still in it’s infancy and still has room for improvement.
  • Developed in C# - Personally, I enjoy developing in C#, which may not be a surprise for anyone that has read my latest blogs or tools. Not everyone might agree that development in C# is ideal, but hopefully everyone agrees that it is nice to have all components of the framework written in the same language. I’ve found it very convenient to write the server, client, and implant all in the same language. This may not be a true “feature”, but hopefully it allows others to contribute to the project fairly easily.

Questions and Discussion

Have questions or want to chat more about RedWolf? Join the #RedWolf channel in the (LINK).

About

Covenant is a collaborative .NET C2 framework for red teamers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 79.3%
  • HTML 11.5%
  • JavaScript 8.5%
  • Other 0.7%