https://github.com/mitre/caltack
Plugin that serves the ATT&CK website alongside CALDERA.
https://github.com/mitre/caltack
caldera caldera-plugin
Last synced: 7 days ago
JSON representation
Plugin that serves the ATT&CK website alongside CALDERA.
- Host: GitHub
- URL: https://github.com/mitre/caltack
- Owner: mitre
- Created: 2019-07-02T19:10:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T16:21:41.000Z (about 5 years ago)
- Last Synced: 2025-04-01T14:45:46.926Z (27 days ago)
- Topics: caldera, caldera-plugin
- Language: Python
- Homepage: https://caldera.mitre.org/
- Size: 13.7 KB
- Stars: 11
- Watchers: 18
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CALDERA plugin: CALT&CK
A plugin to serve the ATT&CK website embedded inside the CALDERA server.
[Read the full docs](https://github.com/mitre/caldera/wiki/Plugin:-caltack)
## Update procedure
First, set the attack-website submodule to reference HEAD of the gh-pages branch and
commiting the new submodule reference to caltack. Recently, `master` of attack-website
changed to contain the source code for building the site, while the `gh-pages` branch
holds the built static site.```bash
# cwd=/path/to/caltack
cd static/attack-website
git checkout gh-pages
git pull
cd ..
git add attack-website
git commit -m 'update attack-website'
```