-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2113 from mitre/pin
pin
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule fieldmanual
updated
23 files
+9 −0 | .gitignore | |
+322 −0 | sphinx-docs/Basic-Usage.md | |
+0 −23 | sphinx-docs/CALDERA-2.0.md | |
+0 −46 | sphinx-docs/Common-problems.md | |
+14 −3 | sphinx-docs/Exfiltration.md | |
+11 −0 | sphinx-docs/Getting-started.md | |
+5 −1 | sphinx-docs/How-to-Build-Agents.md | |
+5 −1 | sphinx-docs/How-to-Build-Plugins.md | |
+15 −1 | sphinx-docs/Lateral-Movement-Guide.md | |
+33 −314 | sphinx-docs/Learning-the-terminology.md | |
+566 −0 | sphinx-docs/Operation-Results.md | |
+12 −0 | sphinx-docs/Sandcat-Peer-to-Peer.md | |
+111 −0 | sphinx-docs/Server-Configuration.md | |
+0 −91 | sphinx-docs/Server-configuration.md | |
+51 −0 | sphinx-docs/Troubleshooting.md | |
+ − | sphinx-docs/_static/lm_guide.mp4 | |
+7 −1 | sphinx-docs/conf.py | |
+0 −52 | sphinx-docs/index.rst | |
+87 −0 | sphinx-docs/index.rst.j2 | |
+0 −0 | sphinx-docs/plugins/.gitkeep | |
+13 −0 | sphinx-docs/resources.rst | |
+10 −1 | utils/ability_csv.py | |
+58 −0 | utils/plugin_docs.py |
Submodule sandcat
updated
8 files
Submodule training
updated
16 files
+32 −0 | .eslintrc.js | |
+13 −0 | .github/workflows/javascript-lint.yml | |
+1 −0 | .gitignore | |
+27 −0 | README.md | |
+2 −1 | app/flags/agents/flag_1.py | |
+4 −1 | app/flags/plugins/mock/flag_0.py | |
+19 −13 | app/flags/plugins/response/flag_0.py | |
+13 −7 | app/flags/plugins/response/flag_1.py | |
+0 −2 | data/certifications/9cd5f3a0-765d-45bc-85c2-bc76d4282599.yml | |
+3,508 −0 | package-lock.json | |
+12 −0 | package.json | |
+13 −0 | solution_guides/PluginsResponseFlag0.md | |
+22 −0 | solution_guides/PluginsResponseFlag1.md | |
+40 −4 | static/css/training.css | |
+286 −284 | static/js/training.js | |
+1 −0 | templates/training.html |