hideckies / hermit

A command and control framework.
https://hermit.hdks.org
MIT License
27 stars 8 forks source link
adversary-emulation c2 command-and-control implant redteam

Hermit C2

Command and Control Framework. I'm developing this for my learning purpose.

By the way, it's not related to the Spyware named "Hermit". Although the name is duplicated, I like this name.


Demo

demo


Features


Warning


Requirements

It's assumed that you operate both the C2 server and C2 client on Linux or macOS.


Installation

git clone https://github.com/hideckies/hermit.git
cd hermit
make server
./hermit -h

Please see the installation page for more details.


Getting Started

Please see the docs.
Tutorials are also available.