File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,15 @@ Once running, open a terminal into CALDERA and enter help to see the options.
32
32
nc localhost 8880
33
33
monitor >>> help
34
34
```
35
+ ## Versions
36
+
37
+ Bleeding-edge code can be run by using the latest master branch source code. Stable versions are tagged
38
+ by major.minor.bugfix numbers and can be checked out using the sample syntax below:
39
+ ```
40
+ git checkout tags/2.0.0
41
+ ```
42
+
43
+ Check the GitHub releases for the most stable release versions.
35
44
36
45
## Terminology
37
46
@@ -196,15 +205,6 @@ inside the Logger module.
196
205
197
206
A complete list of the loaded plugin modules.
198
207
199
- ## Versions
200
-
201
- Bleeding-edge code can be run by using the latest master branch source code. Stable versions are tagged
202
- by major.minor.bugfix numbers and can be checked out using the sample syntax below:
203
-
204
- ```
205
- git checkout tags/0.8.0
206
- ```
207
-
208
208
## Closed-source
209
209
210
210
In addition to CALDERA's open source capabilities, MITRE maintains several in-house CALDERA plugins that offer
@@ -221,4 +221,4 @@ one CALDERA operation with data collected by Microsoft Sysmon and other sensors.
221
221
222
222
## Acknowledgements
223
223
224
- [ Atomic Red Team] ( https://github.com/redcanaryco/atomic-red-team )
224
+ [ Atomic Red Team] ( https://github.com/redcanaryco/atomic-red-team )
You can’t perform that action at this time.
0 commit comments