Security & Pentesting
โ
6.9k
Python
mitre/caldera
6.9k
Stars
1.3k
Forks
65
Issues
Python
Language
CALDERA is a cyber security platform by MITRE designed to automate adversary emulation, assist manual red-teams, and automate incident response. Built on the MITRE ATT&CK framework, it combines a command-and-control server with a REST API and web interface. Features an extensive plugin ecosystem for red team operations, blue team defense validation, and automated security assessments. Simulates real-world adversary tactics and techniques in controlled environments.
View on GitHub
git clone https://github.com/mitre/caldera.git
Quick Start Example
bash
# Install CALDERA
git clone https://github.com/mitre/caldera.git \
--recursive
cd caldera
pip install -r requirements.txt
# Start the server
python server.py --insecure
# Access dashboard at http://localhost:8888
# Default creds: admin / admin