Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
privateducky authored Apr 30, 2019
1 parent f8f54d6 commit 7209872
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ Once running, open a terminal into CALDERA and enter help to see the options.
nc localhost 8880
monitor >>> help
```
## Versions

Bleeding-edge code can be run by using the latest master branch source code. Stable versions are tagged
by major.minor.bugfix numbers and can be checked out using the sample syntax below:
```
git checkout tags/2.0.0
```

Check the GitHub releases for the most stable release versions.

## Terminology

Expand Down Expand Up @@ -196,15 +205,6 @@ inside the Logger module.

A complete list of the loaded plugin modules.

## Versions

Bleeding-edge code can be run by using the latest master branch source code. Stable versions are tagged
by major.minor.bugfix numbers and can be checked out using the sample syntax below:

```
git checkout tags/0.8.0
```

## Closed-source

In addition to CALDERA's open source capabilities, MITRE maintains several in-house CALDERA plugins that offer
Expand All @@ -221,4 +221,4 @@ one CALDERA operation with data collected by Microsoft Sysmon and other sensors.

## Acknowledgements

[Atomic Red Team](https://github.com/redcanaryco/atomic-red-team)
[Atomic Red Team](https://github.com/redcanaryco/atomic-red-team)

0 comments on commit 7209872

Please sign in to comment.