All Projects → cobbr → Covenant

cobbr / Covenant

Licence: gpl-3.0
Covenant is a collaborative .NET C2 framework for red teamers.

Programming Languages

C#
18002 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Covenant

Bifrost
Bifrost C2. Open-source post-exploitation using Discord API
Stars: ✭ 37 (-98.65%)
Mutual labels:  red-team, c2
palinka c2
Just another useless C2 occupying space in some HDD somewhere.
Stars: ✭ 14 (-99.49%)
Mutual labels:  red-team, c2
AlanFramework
A C2 post-exploitation framework
Stars: ✭ 405 (-85.26%)
Mutual labels:  red-team, c2
link
link is a command and control framework written in rust
Stars: ✭ 345 (-87.44%)
Mutual labels:  red-team, c2
Satellite
easy-to-use payload hosting
Stars: ✭ 193 (-92.97%)
Mutual labels:  red-team
Nake
Magic script-based C# task runner for .NET Core
Stars: ✭ 183 (-93.34%)
Mutual labels:  dotnet-core
Hack Tools
The all-in-one Red Team extension for Web Pentester 🛠
Stars: ✭ 2,750 (+0.11%)
Mutual labels:  red-team
Liget
NuGet server and cache running on kestrel in docker
Stars: ✭ 177 (-93.56%)
Mutual labels:  dotnet-core
Sharprompt
Interactive command line interface toolkit for C#
Stars: ✭ 197 (-92.83%)
Mutual labels:  dotnet-core
Miniscaffold
F# Template for creating and publishing libraries targeting .NET 5.0 `net5.0` or console apps .NET 5.0 `net5.0`.
Stars: ✭ 193 (-92.97%)
Mutual labels:  dotnet-core
Anclafs
ASP.NET Core Library and Framework Support
Stars: ✭ 192 (-93.01%)
Mutual labels:  dotnet-core
Hotchocolate
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
Stars: ✭ 3,009 (+9.54%)
Mutual labels:  dotnet-core
Minicover
Cross platform code coverage tool for .NET Core
Stars: ✭ 193 (-92.97%)
Mutual labels:  dotnet-core
Rafty
Implementation of RAFT consensus in .NET core
Stars: ✭ 182 (-93.37%)
Mutual labels:  dotnet-core
Dotnet Env
A .NET library to load environment variables from .env files
Stars: ✭ 195 (-92.9%)
Mutual labels:  dotnet-core
Adversarial Robustness Toolbox
Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction, Inference - Red and Blue Teams
Stars: ✭ 2,638 (-3.97%)
Mutual labels:  red-team
Corehook
A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
Stars: ✭ 191 (-93.05%)
Mutual labels:  dotnet-core
Fsh
F# Shell with integrated F# scripting. Like Bash or Powershell, but better 'cause F#.
Stars: ✭ 195 (-92.9%)
Mutual labels:  dotnet-core
Litmus test
Detecting ATT&CK techniques & tactics for Linux
Stars: ✭ 190 (-93.08%)
Mutual labels:  red-team
Fontawesome.sharp
A library for using Font Awesome in WPF & Windows Forms applications
Stars: ✭ 185 (-93.27%)
Mutual labels:  dotnet-core

Covenant Contributors Commit Activity Stars License Chat

Covenant 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.

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

Covenant Dashboard

Quick-Start Guide

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

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

Features

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

  • Intuitive Interface - Covenant provides an intuitive web application to easily run a collaborative red team operation.
  • Multi-Platform - Covenant targets .NET Core, which is multi-platform. This allows Covenant to run natively on Linux, MacOS, and Windows platforms. Additionally, Covenant has docker support, allowing it to run within a container on any system that has docker installed.
  • Multi-User - Covenant supports multi-user collaboration. The ability to collaborate has become crucial for effective red team operations. Many users can interact with the same Covenant server and operate independently or collaboratively.
  • API Driven - Covenant is driven by an API that enables multi-user collaboration and is easily extendible. Additionally, Covenant includes a Swagger UI that makes development and debugging easier and more convenient.
  • Listener Profiles - Covenant supports listener “profiles” that control how the network communication between Grunt implants and Covenant listeners look on the wire.
  • Encrypted Key Exchange - Covenant implements an encrypted key exchange between Grunt implants and Covenant 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 - Covenant 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. Covenant reuses much of the compilation code from the SharpGen project, which I described in much more detail in a previous post.
  • Inline C# Execution - Covenant 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 - Covenant 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 Covenant? Join the #Covenant channel in the BloodHound Gang Slack.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].