Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

mitre/caldera-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CALDERA Agent

The caldera_agent folder contains the source code of the CALDERA agent or cagent a Windows service that facilitates communication between the CALDERA server and the CALDERA Rats. The cagent program should be installed on every computer that is taking part in the adversary emulation operation. Once configured, they will connect to the CALDERA server and be added as an option to take part in an operation.

Installation Requirements

The following are required on computers that the CALDERA Agent will be installed on

Pre-compiled versions of cagent are available from the Releases page. Installation steps may be found in CALDERA's documentation.

Build Requirements

Note: Pre-compiled versions of cagent are available from the Releases page.

The following are required to build the CALDERA Agent

Building an .exe

After installing all the dependencies, go to the caldera_agent directory and build with

make.bat

The compiled executable will be located at dist/cagent.exe