You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CALDERA™ is a cyber security platform designed to easily automate adversary emulation, assist manual red-teams, and automate incident response.
9
+
MITRE Caldera™ is a cyber security platform designed to easily automate adversary emulation, assist manual red-teams, and automate incident response.
10
10
11
11
It is built on the [MITRE ATT&CK™ framework](https://attack.mitre.org/) and is an active research project at MITRE.
12
12
@@ -18,7 +18,7 @@ an asynchronous command-and-control (C2) server with a REST API and a web interf
18
18
19
19
## Resources and Socials
20
20
* 📜 [Documentation, training, and use-cases](https://caldera.readthedocs.io/en/latest/)
@@ -79,23 +79,23 @@ Next, install the PIP requirements:
79
79
```Bash
80
80
pip3 install -r requirements.txt
81
81
```
82
-
**Super-power your CALDERA server installation! [Install GoLang (1.17+)](https://go.dev/doc/install)**
82
+
**Super-power your Caldea server installation! [Install GoLang (1.17+)](https://go.dev/doc/install)**
83
83
84
84
Finally, start the server.
85
85
```Bash
86
86
python3 server.py --insecure
87
87
```
88
88
89
-
Once started, log into http://localhost:8888 using the default credentials red/admin. Then go into Plugins -> Training and complete the capture-the-flag style training course to learn how to use CALDERA.
89
+
Once started, log into http://localhost:8888 using the default credentials red/admin. Then go into Plugins -> Training and complete the capture-the-flag style training course to learn how to use Caldera.
90
90
91
91
## Docker Deployment
92
-
To build a CALDERA docker image, ensure you have docker installed and perform the following actions:
92
+
To build a Caldera docker image, ensure you have docker installed and perform the following actions:
93
93
```Bash
94
-
# Recursively clone the CALDERA repository if you have not done so
94
+
# Recursively clone the Caldera repository if you have not done so
0 commit comments