mitre / caldera-agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Other


Languages

Language:Python 86.2%Language:C 13.7%Language:Batchfile 0.1%