notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
caldera Automated Adversary Emulation Platform
5.2.0 security on this many watch lists=2 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 5.0.0_11Version of this port present on the latest quarterly branch.
Maintainer: acm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-04-29 06:12:06
Last Update: 2025-03-05 20:58:32
Commit Hash: 16a2311
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: APACHE20
WWW:
https://github.com/mitre/caldera
Description:
CALDERA a cyber security platform designed to easily automate adversary emulation, assist manual red-teams, and automate incident response. It is built on the MITRE ATT&CK framework and is an active research project at MITRE. The framework consists of two components: - The core system. This is the framework code, consisting of what is available in this repository. Included is an asynchronous command-and-control (C2) server with a REST API and a web interface. - Plugins. These repositories expand the core framework capabilities and providing additional functionality. Examples include agents, reporting, collections of TTPs and more.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (1506 items)
Collapse this list.
  1. /usr/local/share/licenses/caldera-5.2.0/catalog.mk
  2. /usr/local/share/licenses/caldera-5.2.0/LICENSE
  3. /usr/local/share/licenses/caldera-5.2.0/APACHE20
  4. @mode 640
  5. @owner caldera
  6. @group caldera
  7. www/caldera/.readthedocs.yaml
  8. www/caldera/CITATION.cff
  9. www/caldera/CONTRIBUTING.md
  10. www/caldera/LICENSE
  11. www/caldera/README.md
  12. www/caldera/SECURITY.md
  13. www/caldera/app/__init__.py
  14. www/caldera/app/api/packs/advanced.py
  15. www/caldera/app/api/packs/campaign.py
  16. www/caldera/app/api/rest_api.py
  17. www/caldera/app/api/v2/__init__.py
  18. www/caldera/app/api/v2/errors.py
  19. www/caldera/app/api/v2/handlers/ability_api.py
  20. www/caldera/app/api/v2/handlers/adversary_api.py
  21. www/caldera/app/api/v2/handlers/agent_api.py
  22. www/caldera/app/api/v2/handlers/base_api.py
  23. www/caldera/app/api/v2/handlers/base_object_api.py
  24. www/caldera/app/api/v2/handlers/config_api.py
  25. www/caldera/app/api/v2/handlers/contact_api.py
  26. www/caldera/app/api/v2/handlers/fact_api.py
  27. www/caldera/app/api/v2/handlers/fact_source_api.py
  28. www/caldera/app/api/v2/handlers/health_api.py
  29. www/caldera/app/api/v2/handlers/obfuscator_api.py
  30. www/caldera/app/api/v2/handlers/objective_api.py
  31. www/caldera/app/api/v2/handlers/operation_api.py
  32. www/caldera/app/api/v2/handlers/payload_api.py
  33. www/caldera/app/api/v2/handlers/planner_api.py
  34. www/caldera/app/api/v2/handlers/plugins_api.py
  35. www/caldera/app/api/v2/handlers/schedule_api.py
  36. www/caldera/app/api/v2/managers/ability_api_manager.py
  37. www/caldera/app/api/v2/managers/adversary_api_manager.py
  38. www/caldera/app/api/v2/managers/agent_api_manager.py
  39. www/caldera/app/api/v2/managers/base_api_manager.py
  40. www/caldera/app/api/v2/managers/config_api_manager.py
  41. www/caldera/app/api/v2/managers/contact_api_manager.py
  42. www/caldera/app/api/v2/managers/fact_api_manager.py
  43. www/caldera/app/api/v2/managers/fact_source_manager.py
  44. www/caldera/app/api/v2/managers/operation_api_manager.py
  45. www/caldera/app/api/v2/managers/schedule_api_manager.py
  46. www/caldera/app/api/v2/responses.py
  47. www/caldera/app/api/v2/schemas/base_schemas.py
  48. www/caldera/app/api/v2/schemas/caldera_info_schemas.py
  49. www/caldera/app/api/v2/schemas/config_schemas.py
  50. www/caldera/app/api/v2/schemas/deploy_command_schemas.py
  51. www/caldera/app/api/v2/schemas/error_schemas.py
  52. www/caldera/app/api/v2/schemas/link_result_schema.py
  53. www/caldera/app/api/v2/schemas/payload_schemas.py
  54. www/caldera/app/api/v2/security.py
  55. www/caldera/app/api/v2/validation.py
  56. www/caldera/app/ascii_banner.py
  57. www/caldera/app/contacts/contact_dns.py
  58. www/caldera/app/contacts/contact_ftp.py
  59. www/caldera/app/contacts/contact_gist.py
  60. www/caldera/app/contacts/contact_html.py
  61. www/caldera/app/contacts/contact_http.py
  62. www/caldera/app/contacts/contact_slack.py
  63. www/caldera/app/contacts/contact_tcp.py
  64. www/caldera/app/contacts/contact_udp.py
  65. www/caldera/app/contacts/contact_websocket.py
  66. www/caldera/app/contacts/handles/h_beacon.py
  67. www/caldera/app/contacts/tunnels/tunnel_ssh.py
  68. www/caldera/app/data_encoders/base64_basic.py
  69. www/caldera/app/data_encoders/plain_text.py
  70. www/caldera/app/learning/p_ip.py
  71. www/caldera/app/learning/p_path.py
  72. www/caldera/app/objects/c_ability.py
  73. www/caldera/app/objects/c_adversary.py
  74. www/caldera/app/objects/c_agent.py
  75. www/caldera/app/objects/c_data_encoder.py
  76. www/caldera/app/objects/c_obfuscator.py
  77. www/caldera/app/objects/c_objective.py
  78. www/caldera/app/objects/c_operation.py
  79. www/caldera/app/objects/c_planner.py
  80. www/caldera/app/objects/c_plugin.py
  81. www/caldera/app/objects/c_schedule.py
  82. www/caldera/app/objects/c_source.py
  83. www/caldera/app/objects/interfaces/i_object.py
  84. www/caldera/app/objects/secondclass/c_executor.py
  85. www/caldera/app/objects/secondclass/c_fact.py
  86. www/caldera/app/objects/secondclass/c_goal.py
  87. www/caldera/app/objects/secondclass/c_instruction.py
  88. www/caldera/app/objects/secondclass/c_link.py
  89. www/caldera/app/objects/secondclass/c_parser.py
  90. www/caldera/app/objects/secondclass/c_parserconfig.py
  91. www/caldera/app/objects/secondclass/c_relationship.py
  92. www/caldera/app/objects/secondclass/c_requirement.py
  93. www/caldera/app/objects/secondclass/c_result.py
  94. www/caldera/app/objects/secondclass/c_rule.py
  95. www/caldera/app/objects/secondclass/c_variation.py
  96. www/caldera/app/objects/secondclass/c_visibility.py
  97. www/caldera/app/planners/atomic.py
  98. www/caldera/app/service/app_svc.py
  99. www/caldera/app/service/auth_svc.py
  100. www/caldera/app/service/contact_svc.py
  101. www/caldera/app/service/data_svc.py
  102. www/caldera/app/service/event_svc.py
  103. www/caldera/app/service/file_svc.py
  104. www/caldera/app/service/interfaces/i_app_svc.py
  105. www/caldera/app/service/interfaces/i_auth_svc.py
  106. www/caldera/app/service/interfaces/i_contact_svc.py
  107. www/caldera/app/service/interfaces/i_data_svc.py
  108. www/caldera/app/service/interfaces/i_event_svc.py
  109. www/caldera/app/service/interfaces/i_file_svc.py
  110. www/caldera/app/service/interfaces/i_knowledge_svc.py
  111. www/caldera/app/service/interfaces/i_learning_svc.py
  112. www/caldera/app/service/interfaces/i_login_handler.py
  113. www/caldera/app/service/interfaces/i_object_svc.py
  114. www/caldera/app/service/interfaces/i_planning_svc.py
  115. www/caldera/app/service/interfaces/i_rest_svc.py
  116. www/caldera/app/service/knowledge_svc.py
  117. www/caldera/app/service/learning_svc.py
  118. www/caldera/app/service/login_handlers/default.py
  119. www/caldera/app/service/planning_svc.py
  120. www/caldera/app/service/rest_svc.py
  121. www/caldera/app/utility/base_knowledge_svc.py
  122. www/caldera/app/utility/base_obfuscator.py
  123. www/caldera/app/utility/base_object.py
  124. www/caldera/app/utility/base_parser.py
  125. www/caldera/app/utility/base_planning_svc.py
  126. www/caldera/app/utility/base_service.py
  127. www/caldera/app/utility/base_world.py
  128. www/caldera/app/utility/config_generator.py
  129. www/caldera/app/utility/file_decryptor.py
  130. www/caldera/app/utility/payload_encoder.py
  131. www/caldera/app/utility/rule_set.py
  132. www/caldera/app/version.py
  133. www/caldera/conf/agents.yml
  134. www/caldera/conf/default.yml
  135. www/caldera/conf/payloads.yml
  136. www/caldera/conf/ssh_keys/.gitignore
  137. www/caldera/data/abilities/.gitkeep
  138. www/caldera/data/adversaries/.gitkeep
  139. www/caldera/data/backup/.gitkeep
  140. www/caldera/data/objectives/.gitkeep
  141. www/caldera/data/payloads/.gitkeep
  142. www/caldera/data/planners/aaa7c857-37a0-4c4a-85f7-4e9f7f30e31a.yml
  143. www/caldera/data/results/.gitkeep
  144. www/caldera/data/sources/.gitkeep
  145. www/caldera/docker-compose.yml
  146. www/caldera/package-lock.json
  147. www/caldera/package.json
  148. www/caldera/plugins/access/.github/ISSUE_TEMPLATE/bug_report.md
  149. www/caldera/plugins/access/.github/ISSUE_TEMPLATE/config.yml
  150. www/caldera/plugins/access/.github/ISSUE_TEMPLATE/feature_request.md
  151. www/caldera/plugins/access/.github/ISSUE_TEMPLATE/question.md
  152. www/caldera/plugins/access/.github/pull_request_template.md
  153. www/caldera/plugins/access/.gitignore
  154. www/caldera/plugins/access/README.md
  155. www/caldera/plugins/access/VERSION.txt
  156. www/caldera/plugins/access/app/access_api.py
  157. www/caldera/plugins/access/data/abilities/build-capabilities/bed8f28e-c0ed-463e-9e31-d5607e5473df.yml
  158. www/caldera/plugins/access/data/abilities/technical-information-gathering/567eaaba-94cc-4a27-83f8-768e5638f4e1.yml
  159. www/caldera/plugins/access/data/payload/90ef8eaa-01b7-4e98-9070-105eca3bac39.yml
  160. www/caldera/plugins/access/data/payloads/msf_extract.rb
  161. www/caldera/plugins/access/data/payloads/scanner.sh
  162. www/caldera/plugins/access/gui/views/access.vue
  163. www/caldera/plugins/access/hook.py
  164. www/caldera/plugins/access/static/.gitkeep
  165. www/caldera/plugins/access/stores/accessStore.js
  166. www/caldera/plugins/access/templates/access.html
  167. www/caldera/plugins/atomic/.flake8
  168. www/caldera/plugins/atomic/.github/ISSUE_TEMPLATE/bug_report.md
  169. www/caldera/plugins/atomic/.github/ISSUE_TEMPLATE/config.yml
  170. www/caldera/plugins/atomic/.github/ISSUE_TEMPLATE/feature_request.md
  171. www/caldera/plugins/atomic/.github/ISSUE_TEMPLATE/question.md
  172. www/caldera/plugins/atomic/.github/pull_request_template.md
  173. www/caldera/plugins/atomic/.github/workflows/testing.yml
  174. www/caldera/plugins/atomic/.gitignore
  175. www/caldera/plugins/atomic/.pre-commit-config.yaml
  176. www/caldera/plugins/atomic/LICENSE
  177. www/caldera/plugins/atomic/README.md
  178. www/caldera/plugins/atomic/VERSION.txt
  179. www/caldera/plugins/atomic/app/atomic_gui.py
  180. www/caldera/plugins/atomic/app/atomic_svc.py
  181. www/caldera/plugins/atomic/app/parsers/atomic_powershell.py
  182. www/caldera/plugins/atomic/data/.gitkeep
  183. www/caldera/plugins/atomic/gui/views/atomic.vue
  184. www/caldera/plugins/atomic/hook.py
  185. www/caldera/plugins/atomic/payloads/.gitkeep
  186. www/caldera/plugins/atomic/tests/.gitkeep
  187. www/caldera/plugins/atomic/tests/test_atomic_svc.py
  188. www/caldera/plugins/atomic/tox.ini
  189. www/caldera/plugins/builder/.github/ISSUE_TEMPLATE/bug_report.md
  190. www/caldera/plugins/builder/.github/ISSUE_TEMPLATE/config.yml
  191. www/caldera/plugins/builder/.github/ISSUE_TEMPLATE/feature_request.md
  192. www/caldera/plugins/builder/.github/ISSUE_TEMPLATE/question.md
  193. www/caldera/plugins/builder/.github/pull_request_template.md
  194. www/caldera/plugins/builder/.gitignore
  195. www/caldera/plugins/builder/README.md
  196. www/caldera/plugins/builder/VERSION.txt
  197. www/caldera/plugins/builder/app/build_svc.py
  198. www/caldera/plugins/builder/app/builder_gui.py
  199. www/caldera/plugins/builder/build/.gitkeep
  200. www/caldera/plugins/builder/conf/environments.yml
  201. www/caldera/plugins/builder/gui/views/builder.vue
  202. www/caldera/plugins/builder/hook.py
  203. www/caldera/plugins/builder/install.sh
  204. www/caldera/plugins/builder/payloads/.gitkeep
  205. www/caldera/plugins/builder/requirements.txt
  206. www/caldera/plugins/builder/templates/builder.html
  207. www/caldera/plugins/compass/.github/ISSUE_TEMPLATE/bug_report.md
  208. www/caldera/plugins/compass/.github/ISSUE_TEMPLATE/config.yml
  209. www/caldera/plugins/compass/.github/ISSUE_TEMPLATE/feature_request.md
  210. www/caldera/plugins/compass/.github/ISSUE_TEMPLATE/question.md
  211. www/caldera/plugins/compass/.github/pull_request_template.md
  212. www/caldera/plugins/compass/.gitignore
  213. www/caldera/plugins/compass/README.md
  214. www/caldera/plugins/compass/VERSION.txt
  215. www/caldera/plugins/compass/app/compass_svc.py
  216. www/caldera/plugins/compass/gui/views/compass.vue
  217. www/caldera/plugins/compass/hook.py
  218. www/caldera/plugins/compass/templates/compass.html
  219. www/caldera/plugins/debrief/.flake8
  220. www/caldera/plugins/debrief/.github/ISSUE_TEMPLATE/bug_report.md
  221. www/caldera/plugins/debrief/.github/ISSUE_TEMPLATE/config.yml
  222. www/caldera/plugins/debrief/.github/ISSUE_TEMPLATE/feature_request.md
  223. www/caldera/plugins/debrief/.github/ISSUE_TEMPLATE/question.md
  224. www/caldera/plugins/debrief/.github/pull_request_template.md
  225. www/caldera/plugins/debrief/.gitignore
  226. www/caldera/plugins/debrief/README.md
  227. www/caldera/plugins/debrief/VERSION.txt
  228. www/caldera/plugins/debrief/app/debrief-sections/agents.py
  229. www/caldera/plugins/debrief/app/debrief-sections/attackpath_graph.py
  230. www/caldera/plugins/debrief/app/debrief-sections/fact_graph.py
  231. www/caldera/plugins/debrief/app/debrief-sections/facts_table.py
  232. www/caldera/plugins/debrief/app/debrief-sections/main_summary.py
  233. www/caldera/plugins/debrief/app/debrief-sections/statistics.py
  234. www/caldera/plugins/debrief/app/debrief-sections/steps_graph.py
  235. www/caldera/plugins/debrief/app/debrief-sections/steps_table.py
  236. www/caldera/plugins/debrief/app/debrief-sections/tactic_graph.py
  237. www/caldera/plugins/debrief/app/debrief-sections/tactic_technique_table.py
  238. www/caldera/plugins/debrief/app/debrief-sections/technique_graph.py
  239. www/caldera/plugins/debrief/app/debrief_gui.py
  240. www/caldera/plugins/debrief/app/debrief_svc.py
  241. www/caldera/plugins/debrief/app/objects/c_story.py
  242. www/caldera/plugins/debrief/app/utility/base_report_section.py
  243. www/caldera/plugins/debrief/conf/default.yml
  244. www/caldera/plugins/debrief/docs/debrief1.png
  245. www/caldera/plugins/debrief/docs/debrief2.png
  246. www/caldera/plugins/debrief/docs/debrief3.png
  247. www/caldera/plugins/debrief/docs/debrief_2023-02-24_17-08-14.pdf
  248. www/caldera/plugins/debrief/downloads/.gitkeep
  249. www/caldera/plugins/debrief/gui/views/debrief.vue
  250. www/caldera/plugins/debrief/hook.py
  251. www/caldera/plugins/debrief/requirements.txt
  252. www/caldera/plugins/debrief/static/css/debrief.css
  253. www/caldera/plugins/debrief/static/img/access.svg
  254. www/caldera/plugins/debrief/static/img/caldera.png
  255. www/caldera/plugins/debrief/static/img/cloud.svg
  256. www/caldera/plugins/debrief/static/img/collection.svg
  257. www/caldera/plugins/debrief/static/img/commandcontrol.svg
  258. www/caldera/plugins/debrief/static/img/credaccess.svg
  259. www/caldera/plugins/debrief/static/img/darwin.svg
  260. www/caldera/plugins/debrief/static/img/debrief.jpg
  261. www/caldera/plugins/debrief/static/img/defevasion.svg
  262. www/caldera/plugins/debrief/static/img/discovery.svg
  263. www/caldera/plugins/debrief/static/img/execution.svg
  264. www/caldera/plugins/debrief/static/img/exfil.svg
  265. www/caldera/plugins/debrief/static/img/impact.svg
  266. www/caldera/plugins/debrief/static/img/latmove.svg
  267. www/caldera/plugins/debrief/static/img/link.svg
  268. www/caldera/plugins/debrief/static/img/linux.svg
  269. www/caldera/plugins/debrief/static/img/operation.svg
  270. www/caldera/plugins/debrief/static/img/persistence.svg
  271. www/caldera/plugins/debrief/static/img/privesc.svg
  272. www/caldera/plugins/debrief/static/img/star.svg
  273. www/caldera/plugins/debrief/static/img/tactic.svg
  274. www/caldera/plugins/debrief/static/img/technique.svg
  275. www/caldera/plugins/debrief/static/img/unknown.svg
  276. www/caldera/plugins/debrief/static/img/windows.svg
  277. www/caldera/plugins/debrief/static/js/d3-zoom.v1.min.js
  278. www/caldera/plugins/debrief/static/js/d3.v4.min.js
  279. www/caldera/plugins/debrief/static/js/graph.js
  280. www/caldera/plugins/debrief/templates/debrief.html
  281. www/caldera/plugins/debrief/uploads/.gitkeep
  282. www/caldera/plugins/debrief/uploads/header-logos/.gitkeep
  283. www/caldera/plugins/emu/.flake8
  284. www/caldera/plugins/emu/.github/ISSUE_TEMPLATE/bug_report.md
  285. www/caldera/plugins/emu/.github/ISSUE_TEMPLATE/config.yml
  286. www/caldera/plugins/emu/.github/ISSUE_TEMPLATE/feature_request.md
  287. www/caldera/plugins/emu/.github/ISSUE_TEMPLATE/question.md
  288. www/caldera/plugins/emu/.github/pull_request_template.md
  289. www/caldera/plugins/emu/.github/workflows/testing.yml
  290. www/caldera/plugins/emu/.gitignore
  291. www/caldera/plugins/emu/.pre-commit-config.yaml
  292. www/caldera/plugins/emu/LICENSE
  293. www/caldera/plugins/emu/README.md
  294. www/caldera/plugins/emu/app/emu_gui.py
  295. www/caldera/plugins/emu/app/emu_svc.py
  296. www/caldera/plugins/emu/app/group_filtered_planner.py
  297. www/caldera/plugins/emu/app/parsers/vssadmin_shadow.py
  298. www/caldera/plugins/emu/app/requirements/check_lightneuron_registered.py
  299. www/caldera/plugins/emu/app/requirements/check_registered.py
  300. www/caldera/plugins/emu/conf/default.yml
  301. www/caldera/plugins/emu/data/.gitkeep
  302. www/caldera/plugins/emu/download_payloads.sh
  303. www/caldera/plugins/emu/gui/views/emu.vue
  304. www/caldera/plugins/emu/hook.py
  305. www/caldera/plugins/emu/payloads/.gitkeep
  306. www/caldera/plugins/emu/requirements.txt
  307. www/caldera/plugins/emu/templates/emu.html
  308. www/caldera/plugins/emu/tests/.gitkeep
  309. www/caldera/plugins/emu/tests/test_emu_svc.py
  310. www/caldera/plugins/emu/tests/test_group_filtered_planner.py
  311. www/caldera/plugins/emu/tests/test_vssadmin_shadow_parser.py
  312. www/caldera/plugins/emu/tox.ini
  313. www/caldera/plugins/fieldmanual/.github/ISSUE_TEMPLATE/bug_report.md
  314. www/caldera/plugins/fieldmanual/.github/ISSUE_TEMPLATE/config.yml
  315. www/caldera/plugins/fieldmanual/.github/ISSUE_TEMPLATE/feature_request.md
  316. www/caldera/plugins/fieldmanual/.github/ISSUE_TEMPLATE/question.md
  317. www/caldera/plugins/fieldmanual/.github/pull_request_template.md
  318. www/caldera/plugins/fieldmanual/.gitignore
  319. www/caldera/plugins/fieldmanual/README.md
  320. www/caldera/plugins/fieldmanual/VERSION.txt
  321. www/caldera/plugins/fieldmanual/hook.py
  322. www/caldera/plugins/fieldmanual/sphinx-docs/Basic-Usage.md
  323. www/caldera/plugins/fieldmanual/sphinx-docs/C2-Tunneling.md
  324. www/caldera/plugins/fieldmanual/sphinx-docs/Dynamically-Compiled-Payloads.md
  325. www/caldera/plugins/fieldmanual/sphinx-docs/Exfiltration.md
  326. www/caldera/plugins/fieldmanual/sphinx-docs/Getting-started.md
  327. www/caldera/plugins/fieldmanual/sphinx-docs/How-to-Build-Agents.md
  328. www/caldera/plugins/fieldmanual/sphinx-docs/How-to-Build-Planners.md
  329. www/caldera/plugins/fieldmanual/sphinx-docs/How-to-Build-Plugins.md
  330. www/caldera/plugins/fieldmanual/sphinx-docs/Initial-Access-Attacks.md
  331. www/caldera/plugins/fieldmanual/sphinx-docs/Installing-Caldera.md
  332. www/caldera/plugins/fieldmanual/sphinx-docs/Lateral-Movement-Guide.md
  333. www/caldera/plugins/fieldmanual/sphinx-docs/Learning-the-terminology.md
  334. www/caldera/plugins/fieldmanual/sphinx-docs/Makefile
  335. www/caldera/plugins/fieldmanual/sphinx-docs/Objectives.md
  336. www/caldera/plugins/fieldmanual/sphinx-docs/Operation-Results.md
  337. www/caldera/plugins/fieldmanual/sphinx-docs/Parsers.md
  338. www/caldera/plugins/fieldmanual/sphinx-docs/Plugin-library.md
  339. www/caldera/plugins/fieldmanual/sphinx-docs/Relationships.md
  340. www/caldera/plugins/fieldmanual/sphinx-docs/Requirements.md
  341. www/caldera/plugins/fieldmanual/sphinx-docs/Sandcat-Peer-to-Peer.md
  342. www/caldera/plugins/fieldmanual/sphinx-docs/Server-Configuration.md
  343. www/caldera/plugins/fieldmanual/sphinx-docs/The-REST-API.md
  344. www/caldera/plugins/fieldmanual/sphinx-docs/Troubleshooting.md
  345. www/caldera/plugins/fieldmanual/sphinx-docs/Uninstalling-Caldera.md
  346. www/caldera/plugins/fieldmanual/sphinx-docs/_static/Caldera_Instructor_Guide.pdf
  347. www/caldera/plugins/fieldmanual/sphinx-docs/_static/Caldera_Summary.pdf
  348. www/caldera/plugins/fieldmanual/sphinx-docs/_static/Caldera_Use_Cases.pdf
  349. www/caldera/plugins/fieldmanual/sphinx-docs/_static/lm_guide.mp4
  350. www/caldera/plugins/fieldmanual/sphinx-docs/conf.py
  351. www/caldera/plugins/fieldmanual/sphinx-docs/img/caldera-logo.png
  352. www/caldera/plugins/fieldmanual/sphinx-docs/img/debrief_attack_path.png
  353. www/caldera/plugins/fieldmanual/sphinx-docs/img/fact_relationships.png
  354. www/caldera/plugins/fieldmanual/sphinx-docs/img/privileged_persistence_state_machine.png
  355. www/caldera/plugins/fieldmanual/sphinx-docs/index.rst.j2
  356. www/caldera/plugins/fieldmanual/sphinx-docs/make.bat
  357. www/caldera/plugins/fieldmanual/sphinx-docs/plugins/.gitkeep
  358. www/caldera/plugins/fieldmanual/sphinx-docs/resources.rst
  359. www/caldera/plugins/fieldmanual/static/opener.html
  360. www/caldera/plugins/fieldmanual/utils/ability_csv.py
  361. www/caldera/plugins/fieldmanual/utils/plugin_docs.py
  362. www/caldera/plugins/gameboard/.github/ISSUE_TEMPLATE/bug_report.md
  363. www/caldera/plugins/gameboard/.github/ISSUE_TEMPLATE/config.yml
  364. www/caldera/plugins/gameboard/.github/ISSUE_TEMPLATE/feature_request.md
  365. www/caldera/plugins/gameboard/.github/ISSUE_TEMPLATE/question.md
  366. www/caldera/plugins/gameboard/.github/pull_request_template.md
  367. www/caldera/plugins/gameboard/.github/workflows/stale.yml
  368. www/caldera/plugins/gameboard/.gitignore
  369. www/caldera/plugins/gameboard/README.md
  370. www/caldera/plugins/gameboard/VERSION.txt
  371. www/caldera/plugins/gameboard/app/gameboard_api.py
  372. www/caldera/plugins/gameboard/app/gameboard_svc.py
  373. www/caldera/plugins/gameboard/conf/gameboard.yml
  374. www/caldera/plugins/gameboard/data/abilities/verification/0df4d46e-e202-4b29-9a19-c2540982002d.yml
  375. www/caldera/plugins/gameboard/data/abilities/verification/4a9b51ba-1a0d-4128-a040-5535fd147dc3.yml
  376. www/caldera/plugins/gameboard/data/adversaries/7d1794bb-d7ce-4fe8-bae0-6959fa0a0a48.yml
  377. www/caldera/plugins/gameboard/gui/views/gameboard.vue
  378. www/caldera/plugins/gameboard/hook.py
  379. www/caldera/plugins/gameboard/templates/gameboard.html
  380. www/caldera/plugins/human/.github/ISSUE_TEMPLATE/bug_report.md
  381. www/caldera/plugins/human/.github/ISSUE_TEMPLATE/config.yml
  382. www/caldera/plugins/human/.github/ISSUE_TEMPLATE/feature_request.md
  383. www/caldera/plugins/human/.github/ISSUE_TEMPLATE/question.md
  384. www/caldera/plugins/human/.github/pull_request_template.md
  385. www/caldera/plugins/human/.gitignore
  386. www/caldera/plugins/human/README.md
  387. www/caldera/plugins/human/VERSION.txt
  388. www/caldera/plugins/human/app/c_human.py
  389. www/caldera/plugins/human/app/c_workflow.py
  390. www/caldera/plugins/human/app/human_api.py
  391. www/caldera/plugins/human/app/human_svc.py
  392. www/caldera/plugins/human/gui/views/human.vue
  393. www/caldera/plugins/human/hook.py
  394. www/caldera/plugins/human/payloads/.gitkeep
  395. www/caldera/plugins/human/pyhuman/__init__.py
  396. www/caldera/plugins/human/pyhuman/app/utility/base_driver.py
  397. www/caldera/plugins/human/pyhuman/app/utility/base_workflow.py
  398. www/caldera/plugins/human/pyhuman/app/utility/webdriver_helper.py
  399. www/caldera/plugins/human/pyhuman/app/workflows/browse_web.py
  400. www/caldera/plugins/human/pyhuman/app/workflows/browse_youtube.py
  401. www/caldera/plugins/human/pyhuman/app/workflows/download_files.py
  402. www/caldera/plugins/human/pyhuman/app/workflows/execute_command.py
  403. www/caldera/plugins/human/pyhuman/app/workflows/google_search.py
  404. www/caldera/plugins/human/pyhuman/app/workflows/ms_paint.py
  405. www/caldera/plugins/human/pyhuman/app/workflows/open_office_calc.py
  406. www/caldera/plugins/human/pyhuman/app/workflows/open_office_writer.py
  407. www/caldera/plugins/human/pyhuman/app/workflows/spawn_shell.py
  408. www/caldera/plugins/human/pyhuman/data/browse_youtube.txt
  409. www/caldera/plugins/human/pyhuman/data/google_searches.txt
  410. www/caldera/plugins/human/pyhuman/data/websites.txt
  411. www/caldera/plugins/human/pyhuman/human.py
  412. www/caldera/plugins/human/pyhuman/requirements.txt
  413. www/caldera/plugins/human/requirements.txt
  414. www/caldera/plugins/human/static/css/human.css
  415. www/caldera/plugins/human/templates/human.html
  416. www/caldera/plugins/magma/.dockerignore
  417. www/caldera/plugins/magma/.eslintignore
  418. www/caldera/plugins/magma/.eslintrc.js
  419. www/caldera/plugins/magma/.github/workflows/update-dist.yml
  420. www/caldera/plugins/magma/.gitignore
  421. www/caldera/plugins/magma/LICENSE
  422. www/caldera/plugins/magma/README.md
  423. www/caldera/plugins/magma/app/magma_api.py
  424. www/caldera/plugins/magma/app/magma_svc.py
  425. www/caldera/plugins/magma/babel.config.json
  426. www/caldera/plugins/magma/dist/assets/access.079d47c0.js
  427. www/caldera/plugins/magma/dist/assets/access.b689ce59.css
  428. www/caldera/plugins/magma/dist/assets/atomic.f67fa0a8.js
  429. www/caldera/plugins/magma/dist/assets/builder.0c4f3fa8.js
  430. www/caldera/plugins/magma/dist/assets/caldera-logo-mtn.88f0ff8a.png
  431. www/caldera/plugins/magma/dist/assets/caldera-logo.6a24b35b.png
  432. www/caldera/plugins/magma/dist/assets/compass.4b402f52.css
  433. www/caldera/plugins/magma/dist/assets/compass.5878a293.js
  434. www/caldera/plugins/magma/dist/assets/darwin-icon-privileged.ffa7a1c2.svg
  435. www/caldera/plugins/magma/dist/assets/darwin-icon.95280721.svg
  436. www/caldera/plugins/magma/dist/assets/debrief.854158fe.css
  437. www/caldera/plugins/magma/dist/assets/debrief.c2db373b.js
  438. www/caldera/plugins/magma/dist/assets/emu.1a92ff12.js
  439. www/caldera/plugins/magma/dist/assets/favicon.cc1c341b.ico
  440. www/caldera/plugins/magma/dist/assets/freebsd-icon-privileged.87e9182a.svg
  441. www/caldera/plugins/magma/dist/assets/freebsd-icon.9725a3f7.svg
  442. www/caldera/plugins/magma/dist/assets/gameboard.430857df.css
  443. www/caldera/plugins/magma/dist/assets/gameboard.c46dcbd6.js
  444. www/caldera/plugins/magma/dist/assets/human.39176c66.css
  445. www/caldera/plugins/magma/dist/assets/human.df60521f.js
  446. www/caldera/plugins/magma/dist/assets/index.3ad8d0fb.css
  447. www/caldera/plugins/magma/dist/assets/index.ba6d4186.js
  448. www/caldera/plugins/magma/dist/assets/linux-icon-privileged.d1ede01c.svg
  449. www/caldera/plugins/magma/dist/assets/linux-icon.df96f069.svg
  450. www/caldera/plugins/magma/dist/assets/manx.e79a4b68.js
  451. www/caldera/plugins/magma/dist/assets/manx.fdacbfd3.css
  452. www/caldera/plugins/magma/dist/assets/response.66965aa6.js
  453. www/caldera/plugins/magma/dist/assets/response.9692d0ec.css
  454. www/caldera/plugins/magma/dist/assets/sandcat.94c67fa1.js
  455. www/caldera/plugins/magma/dist/assets/ssl.96d67304.js
  456. www/caldera/plugins/magma/dist/assets/stockpile.3d299d81.js
  457. www/caldera/plugins/magma/dist/assets/training.9d43ffbb.css
  458. www/caldera/plugins/magma/dist/assets/training.f623eb55.js
  459. www/caldera/plugins/magma/dist/assets/windows-icon-privileged.e4e076e8.svg
  460. www/caldera/plugins/magma/dist/assets/windows-icon.2e7338a5.svg
  461. www/caldera/plugins/magma/dist/index.html
  462. www/caldera/plugins/magma/docs/skeleton.md
  463. www/caldera/plugins/magma/hook.py
  464. www/caldera/plugins/magma/index.html
  465. www/caldera/plugins/magma/jest.config.js
  466. www/caldera/plugins/magma/jsconfig.json
  467. www/caldera/plugins/magma/package-lock.json
  468. www/caldera/plugins/magma/package.json
  469. www/caldera/plugins/magma/prebundle.js
  470. www/caldera/plugins/magma/src/App.vue
  471. www/caldera/plugins/magma/src/assets/css/custom-bulma.css
  472. www/caldera/plugins/magma/src/assets/css/custom-bulma.css.map
  473. www/caldera/plugins/magma/src/assets/img/caldera-logo-mtn.png
  474. www/caldera/plugins/magma/src/assets/img/caldera-logo.png
  475. www/caldera/plugins/magma/src/assets/img/graph/darwin-icon-privileged.svg
  476. www/caldera/plugins/magma/src/assets/img/graph/darwin-icon.svg
  477. www/caldera/plugins/magma/src/assets/img/graph/freebsd-icon-privileged.svg
  478. www/caldera/plugins/magma/src/assets/img/graph/freebsd-icon.svg
  479. www/caldera/plugins/magma/src/assets/img/graph/linux-icon-privileged.svg
  480. www/caldera/plugins/magma/src/assets/img/graph/linux-icon.svg
  481. www/caldera/plugins/magma/src/assets/img/graph/windows-icon-privileged.svg
  482. www/caldera/plugins/magma/src/assets/img/graph/windows-icon.svg
  483. www/caldera/plugins/magma/src/assets/img/info-icon.png
  484. www/caldera/plugins/magma/src/assets/sass/custom-bulma.sass
  485. www/caldera/plugins/magma/src/components/abilities/AbilityChartStatus.vue
  486. www/caldera/plugins/magma/src/components/abilities/AbilitySelection.vue
  487. www/caldera/plugins/magma/src/components/abilities/CreateEditAbility.vue
  488. www/caldera/plugins/magma/src/components/adversaries/AddAbilitiesFromAdversaryModal.vue
  489. www/caldera/plugins/magma/src/components/adversaries/AdversaryChartStatus.vue
  490. www/caldera/plugins/magma/src/components/adversaries/DeleteAdversaryConfirmationModal.vue
  491. www/caldera/plugins/magma/src/components/adversaries/DetailsTable.vue
  492. www/caldera/plugins/magma/src/components/adversaries/FactBreakdownModal.vue
  493. www/caldera/plugins/magma/src/components/adversaries/ImportModal.vue
  494. www/caldera/plugins/magma/src/components/agents/AgentChartStatus.vue
  495. www/caldera/plugins/magma/src/components/agents/ConfigModal.vue
  496. www/caldera/plugins/magma/src/components/agents/DeployModal.vue
  497. www/caldera/plugins/magma/src/components/agents/DetailsModal.vue
  498. www/caldera/plugins/magma/src/components/core/AutoSuggest.vue
  499. www/caldera/plugins/magma/src/components/core/CodeEditor.vue
  500. www/caldera/plugins/magma/src/components/core/Navigation.vue
  501. www/caldera/plugins/magma/src/components/core/PageTabs.vue
  502. www/caldera/plugins/magma/src/components/core/PluginModal.vue
  503. www/caldera/plugins/magma/src/components/objectives/GoalsTable.vue
  504. www/caldera/plugins/magma/src/components/operations/AddPotentialLinkModal.vue
  505. www/caldera/plugins/magma/src/components/operations/AgentDetailsModal.vue
  506. www/caldera/plugins/magma/src/components/operations/CommandPopup.vue
  507. www/caldera/plugins/magma/src/components/operations/CreateModal.vue
  508. www/caldera/plugins/magma/src/components/operations/DeleteModal.vue
  509. www/caldera/plugins/magma/src/components/operations/DetailsModal.vue
  510. www/caldera/plugins/magma/src/components/operations/DownloadModal.vue
  511. www/caldera/plugins/magma/src/components/operations/FiltersModal.vue
  512. www/caldera/plugins/magma/src/components/operations/Graph.vue
  513. www/caldera/plugins/magma/src/components/operations/ManualCommand.vue
  514. www/caldera/plugins/magma/src/components/operations/OperationChartStatus.vue
  515. www/caldera/plugins/magma/src/components/operations/OutputModal.vue
  516. www/caldera/plugins/magma/src/components/operations/OutputPopup.vue
  517. www/caldera/plugins/magma/src/components/payloads/UploadModal.vue
  518. www/caldera/plugins/magma/src/components/schedules/CreateScheduleModal.vue
  519. www/caldera/plugins/magma/src/components/schedules/DeleteScheduleModal.vue
  520. www/caldera/plugins/magma/src/components/sources/FactTable.vue
  521. www/caldera/plugins/magma/src/components/sources/RelationshipTable.vue
  522. www/caldera/plugins/magma/src/components/sources/RuleTable.vue
  523. www/caldera/plugins/magma/src/main.js
  524. www/caldera/plugins/magma/src/plugins/access/views/access.vue
  525. www/caldera/plugins/magma/src/plugins/atomic/views/atomic.vue
  526. www/caldera/plugins/magma/src/plugins/builder/views/builder.vue
  527. www/caldera/plugins/magma/src/plugins/compass/views/compass.vue
  528. www/caldera/plugins/magma/src/plugins/debrief/views/debrief.vue
  529. www/caldera/plugins/magma/src/plugins/emu/views/emu.vue
  530. www/caldera/plugins/magma/src/plugins/gameboard/views/gameboard.vue
  531. www/caldera/plugins/magma/src/plugins/human/views/human.vue
  532. www/caldera/plugins/magma/src/plugins/manx/views/manx.vue
  533. www/caldera/plugins/magma/src/plugins/response/views/response.vue
  534. www/caldera/plugins/magma/src/plugins/sandcat/views/sandcat.vue
  535. www/caldera/plugins/magma/src/plugins/ssl/views/ssl.vue
  536. www/caldera/plugins/magma/src/plugins/stockpile/views/stockpile.vue
  537. www/caldera/plugins/magma/src/plugins/training/views/training.vue
  538. www/caldera/plugins/magma/src/public/favicon.ico
  539. www/caldera/plugins/magma/src/public/operation_graph.json
  540. www/caldera/plugins/magma/src/router.js
  541. www/caldera/plugins/magma/src/stores/abilityStore.js
  542. www/caldera/plugins/magma/src/stores/adversaryStore.js
  543. www/caldera/plugins/magma/src/stores/agentStore.js
  544. www/caldera/plugins/magma/src/stores/authStore.js
  545. www/caldera/plugins/magma/src/stores/coreDisplayStore.js
  546. www/caldera/plugins/magma/src/stores/coreStore.js
  547. www/caldera/plugins/magma/src/stores/exfilledStore.js
  548. www/caldera/plugins/magma/src/stores/objectiveStore.js
  549. www/caldera/plugins/magma/src/stores/operationStore.js
  550. www/caldera/plugins/magma/src/stores/schedulesStore.js
  551. www/caldera/plugins/magma/src/stores/sourceStore.js
  552. www/caldera/plugins/magma/src/tests/AbilitiesView.test.js
  553. www/caldera/plugins/magma/src/tests/AdversariesView.test.js
  554. www/caldera/plugins/magma/src/tests/AgentsView.test.js
  555. www/caldera/plugins/magma/src/tests/ConfigurationView.test.js
  556. www/caldera/plugins/magma/src/tests/ContactsView.test.js
  557. www/caldera/plugins/magma/src/tests/ExfilledFilesView.test.js
  558. www/caldera/plugins/magma/src/tests/FactSourcesView.test.js
  559. www/caldera/plugins/magma/src/tests/HomeView.test.js
  560. www/caldera/plugins/magma/src/tests/LoginView.test.js
  561. www/caldera/plugins/magma/src/tests/Navigation.test.js
  562. www/caldera/plugins/magma/src/tests/ObfuscatorsView.test.js
  563. www/caldera/plugins/magma/src/tests/ObjectivesView.test.js
  564. www/caldera/plugins/magma/src/tests/OperationsView.test.js
  565. www/caldera/plugins/magma/src/tests/PageTabs.test.js
  566. www/caldera/plugins/magma/src/tests/PayloadsView.test.js
  567. www/caldera/plugins/magma/src/tests/PlannersView.test.js
  568. www/caldera/plugins/magma/src/tests/utils.test.js
  569. www/caldera/plugins/magma/src/utils/abilityUtil.js
  570. www/caldera/plugins/magma/src/utils/agentUtil.js
  571. www/caldera/plugins/magma/src/utils/graphConfig.js
  572. www/caldera/plugins/magma/src/utils/operationUtil.js
  573. www/caldera/plugins/magma/src/utils/utils.js
  574. www/caldera/plugins/magma/src/views/AbilitiesView.vue
  575. www/caldera/plugins/magma/src/views/AdversariesView.vue
  576. www/caldera/plugins/magma/src/views/AgentsView.vue
  577. www/caldera/plugins/magma/src/views/ContactsView.vue
  578. www/caldera/plugins/magma/src/views/ExfilledFilesView.vue
  579. www/caldera/plugins/magma/src/views/FactSourcesView.vue
  580. www/caldera/plugins/magma/src/views/HomeView.vue
  581. www/caldera/plugins/magma/src/views/LoginView.vue
  582. www/caldera/plugins/magma/src/views/NotFoundView.vue
  583. www/caldera/plugins/magma/src/views/ObfuscatorsView.vue
  584. www/caldera/plugins/magma/src/views/ObjectivesView.vue
  585. www/caldera/plugins/magma/src/views/OperationsView.vue
  586. www/caldera/plugins/magma/src/views/PayloadsView.vue
  587. www/caldera/plugins/magma/src/views/PlannersView.vue
  588. www/caldera/plugins/magma/src/views/PluginErrorView.vue
  589. www/caldera/plugins/magma/src/views/PluginLoadingView.vue
  590. www/caldera/plugins/magma/src/views/PluginView.vue
  591. www/caldera/plugins/magma/src/views/SchedulesView.vue
  592. www/caldera/plugins/magma/src/views/SettingsView.vue
  593. www/caldera/plugins/magma/vite.config.js
  594. www/caldera/plugins/manx/.github/ISSUE_TEMPLATE/bug_report.md
  595. www/caldera/plugins/manx/.github/ISSUE_TEMPLATE/config.yml
  596. www/caldera/plugins/manx/.github/ISSUE_TEMPLATE/feature_request.md
  597. www/caldera/plugins/manx/.github/ISSUE_TEMPLATE/question.md
  598. www/caldera/plugins/manx/.github/pull_request_template.md
  599. www/caldera/plugins/manx/.gitignore
  600. www/caldera/plugins/manx/README.md
  601. www/caldera/plugins/manx/VERSION.txt
  602. www/caldera/plugins/manx/app/c_session.py
  603. www/caldera/plugins/manx/app/h_terminal.py
  604. www/caldera/plugins/manx/app/term_api.py
  605. www/caldera/plugins/manx/app/term_svc.py
  606. www/caldera/plugins/manx/data/abilities/command-and-control/356d1722-7784-40c4-822b-0cf864b0b36d.yml
  607. www/caldera/plugins/manx/data/adversaries/56aebecf-abca-40c1-ad24-658e7c25b55b.yml
  608. www/caldera/plugins/manx/gui/views/manx.vue
  609. www/caldera/plugins/manx/hook.py
  610. www/caldera/plugins/manx/payloads/manx.go-darwin
  611. www/caldera/plugins/manx/payloads/manx.go-linux
  612. www/caldera/plugins/manx/payloads/manx.go-windows
  613. www/caldera/plugins/manx/shells/commands/commands.go
  614. www/caldera/plugins/manx/shells/commands/payloads.go
  615. www/caldera/plugins/manx/shells/go.mod
  616. www/caldera/plugins/manx/shells/manx.go
  617. www/caldera/plugins/manx/shells/output/output.go
  618. www/caldera/plugins/manx/shells/sockets/contact.go
  619. www/caldera/plugins/manx/shells/sockets/rawtcp.go
  620. www/caldera/plugins/manx/shells/sockets/rawudp.go
  621. www/caldera/plugins/manx/shells/util/executors.go
  622. www/caldera/plugins/manx/static/css/basic.css
  623. www/caldera/plugins/manx/static/css/xterm.css
  624. www/caldera/plugins/manx/static/img/manx.png
  625. www/caldera/plugins/manx/static/js/terminal.js
  626. www/caldera/plugins/manx/static/js/xterm-addon-fit.min.js
  627. www/caldera/plugins/manx/static/js/xterm.js
  628. www/caldera/plugins/manx/templates/manx.html
  629. www/caldera/plugins/manx/update-shells.sh
  630. www/caldera/plugins/response/.github/ISSUE_TEMPLATE/bug_report.md
  631. www/caldera/plugins/response/.github/ISSUE_TEMPLATE/config.yml
  632. www/caldera/plugins/response/.github/ISSUE_TEMPLATE/feature_request.md
  633. www/caldera/plugins/response/.github/ISSUE_TEMPLATE/question.md
  634. www/caldera/plugins/response/.github/pull_request_template.md
  635. www/caldera/plugins/response/.gitignore
  636. www/caldera/plugins/response/README.md
  637. www/caldera/plugins/response/VERSION.txt
  638. www/caldera/plugins/response/app/c_processnode.py
  639. www/caldera/plugins/response/app/c_processtree.py
  640. www/caldera/plugins/response/app/parsers/basic_strip.py
  641. www/caldera/plugins/response/app/parsers/childprocess.py
  642. www/caldera/plugins/response/app/parsers/ecs_sysmon.py
  643. www/caldera/plugins/response/app/parsers/key_value.py
  644. www/caldera/plugins/response/app/parsers/ports.py
  645. www/caldera/plugins/response/app/parsers/process.py
  646. www/caldera/plugins/response/app/parsers/processguids.py
  647. www/caldera/plugins/response/app/parsers/sysmon.py
  648. www/caldera/plugins/response/app/requirements/base_requirement.py
  649. www/caldera/plugins/response/app/requirements/basic.py
  650. www/caldera/plugins/response/app/requirements/has_property.py
  651. www/caldera/plugins/response/app/requirements/source_fact.py
  652. www/caldera/plugins/response/app/response_svc.py
  653. www/caldera/plugins/response/conf/response.yml
  654. www/caldera/plugins/response/data/abilities/command-and-control/1837b43e-4fff-46b2-a604-a602f7540469.yml
  655. www/caldera/plugins/response/data/abilities/detection/1226f8ec-e2e5-4311-88e7-378c0e5cc7ce.yml
  656. www/caldera/plugins/response/data/abilities/detection/1b4aa8d5-ba97-4b9b-92a3-eaaaffbfdf0a.yml
  657. www/caldera/plugins/response/data/abilities/detection/3b4640bc-eacb-407a-a997-105e39788781.yml
  658. www/caldera/plugins/response/data/abilities/detection/77272c88-ccf5-4225-a3d9-f9e171d1ca5b.yml
  659. www/caldera/plugins/response/data/abilities/detection/8bc73098-54d1-4f69-abd5-271e3e2da5df.yml
  660. www/caldera/plugins/response/data/abilities/detection/930236c2-5397-4868-8c7b-72e294a5a376.yml
  661. www/caldera/plugins/response/data/abilities/detection/9bc10f37-0853-4d73-b547-019c11eda22f.yml
  662. www/caldera/plugins/response/data/abilities/detection/ee54384f-cfbc-4228-9dc1-cc5632307afb.yml
  663. www/caldera/plugins/response/data/abilities/elastic_hunting/4b283acc-45c0-4de8-b0ac-ac0699e5ab95.yml
  664. www/caldera/plugins/response/data/abilities/elastic_hunting/b419604e-6f82-40a4-b215-12f8c8156c2f.yml
  665. www/caldera/plugins/response/data/abilities/elastic_hunting/bf565e6a-0037-4aa4-852f-1afa222c76db.yml
  666. www/caldera/plugins/response/data/abilities/hunt/f9b3eff0-e11c-48de-9338-1578b351b14b.yml
  667. www/caldera/plugins/response/data/abilities/response/02fb7fa9-8886-4330-9e65-fa7bb1bc5271.yml
  668. www/caldera/plugins/response/data/abilities/response/0fccf23f-6b1a-4ef3-8c89-e8bf27a1858f.yml
  669. www/caldera/plugins/response/data/abilities/response/13d0d9cf-e31a-47b6-9217-f38e3f7c25ef.yml
  670. www/caldera/plugins/response/data/abilities/response/2331077e-7be9-4e89-b2bb-32e8d7f6a708.yml
  671. www/caldera/plugins/response/data/abilities/response/2ca64acd-dc12-4cc8-b78a-6a182508a50b.yml
  672. www/caldera/plugins/response/data/abilities/response/32e563bb-ba06-4bcc-b817-fc2c434c0b66.yml
  673. www/caldera/plugins/response/data/abilities/response/4744d99f-5fea-42a8-8ec4-c228db57caea.yml
  674. www/caldera/plugins/response/data/abilities/response/5ec7ae3b-c909-41bb-9b6b-dadec409cd40.yml
  675. www/caldera/plugins/response/data/abilities/response/90418255-b202-4fc3-b0ea-b105bff39ca5.yml
  676. www/caldera/plugins/response/data/abilities/response/bf01fdc9-d801-4461-81df-e511efb3c1fc.yml
  677. www/caldera/plugins/response/data/abilities/response/cb85039a-6196-4262-883b-0beeb804b83d.yml
  678. www/caldera/plugins/response/data/abilities/response/debd322d-2100-45f7-8832-29ef7c56786d.yml
  679. www/caldera/plugins/response/data/abilities/response/e846973a-767b-4f9c-8b9e-5249cfcd7b97.yml
  680. www/caldera/plugins/response/data/abilities/response/f5fb8bce-4a79-466a-8187-ed0cd8e8dbe1.yml
  681. www/caldera/plugins/response/data/abilities/setup/243053d2-13c1-47f0-832d-6ef02ba95e1a.yml
  682. www/caldera/plugins/response/data/abilities/setup/2ed3c315-2022-499e-a844-1bbd119d0abe.yml
  683. www/caldera/plugins/response/data/abilities/setup/34bc0116-13b6-4dd5-b681-9554c2a1fa95.yml
  684. www/caldera/plugins/response/data/abilities/setup/622e4bda-e5a8-42bb-93d9-a7b1eebc7e41.yml
  685. www/caldera/plugins/response/data/abilities/setup/83d7cf63-e10a-4615-a92e-dce257bf3b9d.yml
  686. www/caldera/plugins/response/data/abilities/setup/90a67a85-e81c-4525-8bae-12a2c5787d9a.yml
  687. www/caldera/plugins/response/data/abilities/setup/a65a62e1-b8c0-4f88-b564-166e7499d560.yml
  688. www/caldera/plugins/response/data/abilities/setup/ba907d7a-b334-47e7-b652-4e481b5aa534.yml
  689. www/caldera/plugins/response/data/abilities/setup/df9d2b83-b40f-4167-af75-31ddde59af7e.yml
  690. www/caldera/plugins/response/data/abilities/setup/f313a0d7-2327-4f69-8da4-a6efd6135121.yml
  691. www/caldera/plugins/response/data/adversaries/169cdc73-8fea-49cf-9021-d0b3c24e2b17.yml
  692. www/caldera/plugins/response/data/adversaries/7e422753-ad7a-4401-bc8b-b12a28e69c25.yml
  693. www/caldera/plugins/response/data/adversaries/D21B9E7F-CFF5-4030-AD28-388085F8A815.yml
  694. www/caldera/plugins/response/data/adversaries/f61e3fc0-43d8-4b36-b5d3-710610b92974.yml
  695. www/caldera/plugins/response/data/sources/e1ceccf2-92b3-4a28-ade5-5f67a2dfd7e7.yml
  696. www/caldera/plugins/response/gui/views/response.vue
  697. www/caldera/plugins/response/hook.py
  698. www/caldera/plugins/response/payloads/elasticat.py
  699. www/caldera/plugins/response/templates/response.html
  700. www/caldera/plugins/sandcat/.flake8
  701. www/caldera/plugins/sandcat/.github/ISSUE_TEMPLATE/bug_report.md
  702. www/caldera/plugins/sandcat/.github/ISSUE_TEMPLATE/config.yml
  703. www/caldera/plugins/sandcat/.github/ISSUE_TEMPLATE/feature_request.md
  704. www/caldera/plugins/sandcat/.github/ISSUE_TEMPLATE/question.md
  705. www/caldera/plugins/sandcat/.github/pull_request_template.md
  706. www/caldera/plugins/sandcat/.github/workflows/go.yml
  707. www/caldera/plugins/sandcat/.github/workflows/sandcatextensions.yml
  708. www/caldera/plugins/sandcat/.gitignore
  709. www/caldera/plugins/sandcat/LICENSE
  710. www/caldera/plugins/sandcat/README.md
  711. www/caldera/plugins/sandcat/VERSION.txt
  712. www/caldera/plugins/sandcat/app/extensions/contact/.gitkeep
  713. www/caldera/plugins/sandcat/app/extensions/contact/dns_tunneling.py
  714. www/caldera/plugins/sandcat/app/extensions/contact/ftp.py
  715. www/caldera/plugins/sandcat/app/extensions/contact/gist.py
  716. www/caldera/plugins/sandcat/app/extensions/contact/slack.py
  717. www/caldera/plugins/sandcat/app/extensions/donut/donut.py
  718. www/caldera/plugins/sandcat/app/extensions/execute/native/native.py
  719. www/caldera/plugins/sandcat/app/extensions/execute/native/native_aws.py
  720. www/caldera/plugins/sandcat/app/extensions/execute/shellcode/shellcode.py
  721. www/caldera/plugins/sandcat/app/extensions/execute/shells/shells.py
  722. www/caldera/plugins/sandcat/app/extensions/proxy/proxy_http.py
  723. www/caldera/plugins/sandcat/app/extensions/proxy/proxy_smb_pipe.py
  724. www/caldera/plugins/sandcat/app/extensions/shared/shared.py
  725. www/caldera/plugins/sandcat/app/sand_gui_api.py
  726. www/caldera/plugins/sandcat/app/sand_svc.py
  727. www/caldera/plugins/sandcat/app/utility/base_extension.py
  728. www/caldera/plugins/sandcat/data/abilities/command-and-control/2f34977d-9558-4c12-abad-349716777c6b.yml
  729. www/caldera/plugins/sandcat/docs/Sandcat-Details.md
  730. www/caldera/plugins/sandcat/gocat-extensions/contact/.gitkeep
  731. www/caldera/plugins/sandcat/gocat-extensions/contact/dns_tunneling.go
  732. www/caldera/plugins/sandcat/gocat-extensions/contact/ftp.go
  733. www/caldera/plugins/sandcat/gocat-extensions/contact/gist.go
  734. www/caldera/plugins/sandcat/gocat-extensions/contact/slack.go
  735. www/caldera/plugins/sandcat/gocat-extensions/contact/util.go
  736. www/caldera/plugins/sandcat/gocat-extensions/execute/donut/dll_windows.go
  737. www/caldera/plugins/sandcat/gocat-extensions/execute/donut/donut.go
  738. www/caldera/plugins/sandcat/gocat-extensions/execute/donut/donut_helper_windows.go
  739. www/caldera/plugins/sandcat/gocat-extensions/execute/donut/donut_windows.go
  740. www/caldera/plugins/sandcat/gocat-extensions/execute/native/aws/s3upload.go
  741. www/caldera/plugins/sandcat/gocat-extensions/execute/native/aws/s3upload_test.go
  742. www/caldera/plugins/sandcat/gocat-extensions/execute/native/discovery/ls.go
  743. www/caldera/plugins/sandcat/gocat-extensions/execute/native/discovery/pwd.go
  744. www/caldera/plugins/sandcat/gocat-extensions/execute/native/discovery/read_file.go
  745. www/caldera/plugins/sandcat/gocat-extensions/execute/native/discovery/system_info.go
  746. www/caldera/plugins/sandcat/gocat-extensions/execute/native/discovery/system_info_nix.go
  747. www/caldera/plugins/sandcat/gocat-extensions/execute/native/discovery/system_info_windows.go
  748. www/caldera/plugins/sandcat/gocat-extensions/execute/native/native.go
  749. www/caldera/plugins/sandcat/gocat-extensions/execute/native/testutil/testutil.go
  750. www/caldera/plugins/sandcat/gocat-extensions/execute/native/util/util.go
  751. www/caldera/plugins/sandcat/gocat-extensions/execute/native/util/util_test.go
  752. www/caldera/plugins/sandcat/gocat-extensions/execute/shellcode/shellcode.go
  753. www/caldera/plugins/sandcat/gocat-extensions/execute/shellcode/shellcode_linux.go
  754. www/caldera/plugins/sandcat/gocat-extensions/execute/shellcode/shellcode_windows.go
  755. www/caldera/plugins/sandcat/gocat-extensions/execute/shells/osascript.go
  756. www/caldera/plugins/sandcat/gocat-extensions/execute/shells/powershell_core.go
  757. www/caldera/plugins/sandcat/gocat-extensions/execute/shells/python.go
  758. www/caldera/plugins/sandcat/gocat-extensions/proxy/proxy_receiver_http.go
  759. www/caldera/plugins/sandcat/gocat-extensions/proxy/proxy_smb_pipe.go
  760. www/caldera/plugins/sandcat/gocat-extensions/proxy/proxy_smb_pipe_util.go
  761. www/caldera/plugins/sandcat/gocat-extensions/shared/shared.go
  762. www/caldera/plugins/sandcat/gocat/agent/agent.go
  763. www/caldera/plugins/sandcat/gocat/agent/agent_factory.go
  764. www/caldera/plugins/sandcat/gocat/agent/agent_proxy.go
  765. www/caldera/plugins/sandcat/gocat/agent/agent_tunnel.go
  766. www/caldera/plugins/sandcat/gocat/agent/agent_util.go
  767. www/caldera/plugins/sandcat/gocat/contact/api.go
  768. www/caldera/plugins/sandcat/gocat/contact/contact.go
  769. www/caldera/plugins/sandcat/gocat/contact/contact_test.go
  770. www/caldera/plugins/sandcat/gocat/contact/ssh_tunnel.go
  771. www/caldera/plugins/sandcat/gocat/contact/tunnel.go
  772. www/caldera/plugins/sandcat/gocat/core/core.go
  773. www/caldera/plugins/sandcat/gocat/encoders/base64.go
  774. www/caldera/plugins/sandcat/gocat/encoders/encoder.go
  775. www/caldera/plugins/sandcat/gocat/encoders/plaintext.go
  776. www/caldera/plugins/sandcat/gocat/execute/donut/load.go
  777. www/caldera/plugins/sandcat/gocat/execute/execute.go
  778. www/caldera/plugins/sandcat/gocat/execute/native/aws/load.go
  779. www/caldera/plugins/sandcat/gocat/execute/native/discovery/load.go
  780. www/caldera/plugins/sandcat/gocat/execute/native/load.go
  781. www/caldera/plugins/sandcat/gocat/execute/native/util/load.go
  782. www/caldera/plugins/sandcat/gocat/execute/shellcode/load.go
  783. www/caldera/plugins/sandcat/gocat/execute/shells/cmd.go
  784. www/caldera/plugins/sandcat/gocat/execute/shells/powershell.go
  785. www/caldera/plugins/sandcat/gocat/execute/shells/proc.go
  786. www/caldera/plugins/sandcat/gocat/execute/shells/proc_test.go
  787. www/caldera/plugins/sandcat/gocat/execute/shells/shell.go
  788. www/caldera/plugins/sandcat/gocat/execute/shells/shells_config.go
  789. www/caldera/plugins/sandcat/gocat/execute/shells/shells_config_windows.go
  790. www/caldera/plugins/sandcat/gocat/execute/shells/shells_shared.go
  791. www/caldera/plugins/sandcat/gocat/go.mod
  792. www/caldera/plugins/sandcat/gocat/go.sum
  793. www/caldera/plugins/sandcat/gocat/output/output.go
  794. www/caldera/plugins/sandcat/gocat/payload/disk.go
  795. www/caldera/plugins/sandcat/gocat/payload/disk_test.go
  796. www/caldera/plugins/sandcat/gocat/privdetect/privilegedetect.go
  797. www/caldera/plugins/sandcat/gocat/privdetect/privilegedetect_windows.go
  798. www/caldera/plugins/sandcat/gocat/proxy/proxy.go
  799. www/caldera/plugins/sandcat/gocat/proxy/proxy_util.go
  800. www/caldera/plugins/sandcat/gocat/sandcat.go
  801. www/caldera/plugins/sandcat/gui/views/sandcat.vue
  802. www/caldera/plugins/sandcat/hook.py
  803. www/caldera/plugins/sandcat/payloads/sandcat-elfload.pl.1
  804. www/caldera/plugins/sandcat/payloads/sandcat-elfload.pl.2
  805. www/caldera/plugins/sandcat/payloads/sandcat-elfload.py
  806. www/caldera/plugins/sandcat/payloads/sandcat-inmem.sh
  807. www/caldera/plugins/sandcat/payloads/sandcat.go-darwin
  808. www/caldera/plugins/sandcat/payloads/sandcat.go-linux
  809. www/caldera/plugins/sandcat/payloads/sandcat.go-windows
  810. www/caldera/plugins/sandcat/static/img/cat.jpg
  811. www/caldera/plugins/sandcat/templates/sandcat.html
  812. www/caldera/plugins/sandcat/update-agents.sh
  813. www/caldera/plugins/ssl/.github/ISSUE_TEMPLATE/bug_report.md
  814. www/caldera/plugins/ssl/.github/ISSUE_TEMPLATE/config.yml
  815. www/caldera/plugins/ssl/.github/ISSUE_TEMPLATE/feature_request.md
  816. www/caldera/plugins/ssl/.github/ISSUE_TEMPLATE/question.md
  817. www/caldera/plugins/ssl/.github/pull_request_template.md
  818. www/caldera/plugins/ssl/.gitignore
  819. www/caldera/plugins/ssl/README.md
  820. www/caldera/plugins/ssl/VERSION.txt
  821. www/caldera/plugins/ssl/app/ssl_gui_api.py
  822. www/caldera/plugins/ssl/conf/insecure_certificate.pem
  823. www/caldera/plugins/ssl/gui/views/ssl.vue
  824. www/caldera/plugins/ssl/hook.py
  825. www/caldera/plugins/ssl/templates/haproxy.conf
  826. www/caldera/plugins/ssl/templates/ssl.html
  827. www/caldera/plugins/stockpile/.github/ISSUE_TEMPLATE/bug_report.md
  828. www/caldera/plugins/stockpile/.github/ISSUE_TEMPLATE/config.yml
  829. www/caldera/plugins/stockpile/.github/ISSUE_TEMPLATE/feature_request.md
  830. www/caldera/plugins/stockpile/.github/ISSUE_TEMPLATE/question.md
  831. www/caldera/plugins/stockpile/.github/pull_request_template.md
  832. www/caldera/plugins/stockpile/.gitignore
  833. www/caldera/plugins/stockpile/LICENSE
  834. www/caldera/plugins/stockpile/README.md
  835. www/caldera/plugins/stockpile/VERSION.txt
  836. www/caldera/plugins/stockpile/app/donut.py
  837. www/caldera/plugins/stockpile/app/obfuscators/base64_basic.py
  838. www/caldera/plugins/stockpile/app/obfuscators/base64_jumble.py
  839. www/caldera/plugins/stockpile/app/obfuscators/base64_no_padding.py
  840. www/caldera/plugins/stockpile/app/obfuscators/caesar_cipher.py
  841. www/caldera/plugins/stockpile/app/obfuscators/plain_text.py
  842. www/caldera/plugins/stockpile/app/obfuscators/steganography.py
  843. www/caldera/plugins/stockpile/app/packers/gohide.py
  844. www/caldera/plugins/stockpile/app/packers/upx.py
  845. www/caldera/plugins/stockpile/app/parsers/54ndc47_remote_copy.py
  846. www/caldera/plugins/stockpile/app/parsers/acrn.py
  847. www/caldera/plugins/stockpile/app/parsers/antivirus.py
  848. www/caldera/plugins/stockpile/app/parsers/basic.py
  849. www/caldera/plugins/stockpile/app/parsers/bookmarks.py
  850. www/caldera/plugins/stockpile/app/parsers/broadcastip.py
  851. www/caldera/plugins/stockpile/app/parsers/filename.py
  852. www/caldera/plugins/stockpile/app/parsers/firewallping.py
  853. www/caldera/plugins/stockpile/app/parsers/gdomain.py
  854. www/caldera/plugins/stockpile/app/parsers/ipaddr.py
  855. www/caldera/plugins/stockpile/app/parsers/json.py
  856. www/caldera/plugins/stockpile/app/parsers/katz.py
  857. www/caldera/plugins/stockpile/app/parsers/nbtstat.py
  858. www/caldera/plugins/stockpile/app/parsers/net_view.py
  859. www/caldera/plugins/stockpile/app/parsers/netlocalgroup.py
  860. www/caldera/plugins/stockpile/app/parsers/nmap.py
  861. www/caldera/plugins/stockpile/app/parsers/printer_queue.py
  862. www/caldera/plugins/stockpile/app/parsers/reverse_nslookup.py
  863. www/caldera/plugins/stockpile/app/parsers/scan.py
  864. www/caldera/plugins/stockpile/app/parsers/share_mounted.py
  865. www/caldera/plugins/stockpile/app/parsers/ssh.py
  866. www/caldera/plugins/stockpile/app/parsers/wifipref.py
  867. www/caldera/plugins/stockpile/app/planners/batch.py
  868. www/caldera/plugins/stockpile/app/planners/bayes.py
  869. www/caldera/plugins/stockpile/app/planners/buckets.py
  870. www/caldera/plugins/stockpile/app/planners/guided.py
  871. www/caldera/plugins/stockpile/app/planners/look_ahead.py
  872. www/caldera/plugins/stockpile/app/requirements/base_requirement.py
  873. www/caldera/plugins/stockpile/app/requirements/basic.py
  874. www/caldera/plugins/stockpile/app/requirements/existential.py
  875. www/caldera/plugins/stockpile/app/requirements/no_backwards_movement.py
  876. www/caldera/plugins/stockpile/app/requirements/not_exists.py
  877. www/caldera/plugins/stockpile/app/requirements/paw_provenance.py
  878. www/caldera/plugins/stockpile/app/requirements/reachable.py
  879. www/caldera/plugins/stockpile/app/requirements/req_like.py
  880. www/caldera/plugins/stockpile/app/requirements/universal.py
  881. www/caldera/plugins/stockpile/app/stockpile_svc.py
  882. www/caldera/plugins/stockpile/conf/default.yml
  883. www/caldera/plugins/stockpile/data/abilities/collection/02de522f-7e0a-4544-8afc-0c195f400f5f.yml
  884. www/caldera/plugins/stockpile/data/abilities/collection/10fad81e-3f68-47be-83b6-fbee7711c6a9.yml
  885. www/caldera/plugins/stockpile/data/abilities/collection/1f7ff232-ebf8-42bf-a3c4-657855794cfe.yml
  886. www/caldera/plugins/stockpile/data/abilities/collection/30a8cf10-73dc-497c-8261-a64cc9e91505.yml
  887. www/caldera/plugins/stockpile/data/abilities/collection/316251ed-6a28-4013-812b-ddf5b5b007f8.yml
  888. www/caldera/plugins/stockpile/data/abilities/collection/4e97e699-93d7-4040-b5a3-2e906a58199e.yml
  889. www/caldera/plugins/stockpile/data/abilities/collection/55678719-e76e-4df9-92aa-10655bbd1cf4.yml
  890. www/caldera/plugins/stockpile/data/abilities/collection/6469befa-748a-4b9c-a96d-f191fde47d89.yml
  891. www/caldera/plugins/stockpile/data/abilities/collection/702bfdd2-9947-4eda-b551-c3a1ea9a59a2.yml
  892. www/caldera/plugins/stockpile/data/abilities/collection/720a3356-eee1-4015-9135-0fc08f7eb2d5.yml
  893. www/caldera/plugins/stockpile/data/abilities/collection/89955f55-529d-4d58-bed4-fed9e42515ec.yml
  894. www/caldera/plugins/stockpile/data/abilities/collection/90c2efaa-8205-480d-8bb6-61d90dbaf81b.yml
  895. www/caldera/plugins/stockpile/data/abilities/collection/94f21386-9547-43c4-99df-938ab05d45ce.yml
  896. www/caldera/plugins/stockpile/data/abilities/collection/b007fe0c-c6b0-4fda-915c-255bbc070de2.yml
  897. www/caldera/plugins/stockpile/data/abilities/collection/cc191baa-7472-4386-a2f4-42f203f1acfd.yml
  898. www/caldera/plugins/stockpile/data/abilities/collection/d69e8660-62c9-431e-87eb-8cf6bd4e35cf.yml
  899. www/caldera/plugins/stockpile/data/abilities/command-and-control/0ab383be-b819-41bf-91b9-1bd4404d83bf.yml
  900. www/caldera/plugins/stockpile/data/abilities/command-and-control/60f63260-39bb-4136-87a0-b6c2dca799fc.yml
  901. www/caldera/plugins/stockpile/data/abilities/command-and-control/eb814e03-811a-467a-bc6d-dcd453750fa2.yml
  902. www/caldera/plugins/stockpile/data/abilities/credential-access/0ef4cc7b-611c-4237-b20b-db36b6906554.yml
  903. www/caldera/plugins/stockpile/data/abilities/credential-access/1b4fb81c-8090-426c-93ab-0a633e7a16a7.yml
  904. www/caldera/plugins/stockpile/data/abilities/credential-access/3aad5312-d48b-4206-9de4-39866c12e60f.yml
  905. www/caldera/plugins/stockpile/data/abilities/credential-access/3c647015-ab0a-496a-8847-6ab173cd2b22.yml
  906. www/caldera/plugins/stockpile/data/abilities/credential-access/422526ec-27e9-429a-995b-c686a29561a4.yml
  907. www/caldera/plugins/stockpile/data/abilities/credential-access/7049e3ec-b822-4fdf-a4ac-18190f9b66d1.yml
  908. www/caldera/plugins/stockpile/data/abilities/credential-access/98e58fc4-3843-4511-89b1-50cb872e0c9b.yml
  909. www/caldera/plugins/stockpile/data/abilities/credential-access/baac2c6d-4652-4b7e-ab0a-f1bf246edd12.yml
  910. www/caldera/plugins/stockpile/data/abilities/credential-access/c9f2c7ae-0092-4ea0-b9ae-92014eba7ce7.yml
  911. www/caldera/plugins/stockpile/data/abilities/credential-access/de632c2d-a729-4b77-b781-6a6b09c148ba.yml
  912. www/caldera/plugins/stockpile/data/abilities/defense-evasion/1258b063-27d6-489b-a677-4807faacf868.yml
  913. www/caldera/plugins/stockpile/data/abilities/defense-evasion/36eecb80-ede3-442b-8774-956e906aff02.yml
  914. www/caldera/plugins/stockpile/data/abilities/defense-evasion/3864fd22-5c63-41c9-bdbc-a66b5ffa3f5e.yml
  915. www/caldera/plugins/stockpile/data/abilities/defense-evasion/43b3754c-def4-4699-a673-1d85648fda6a.yml
  916. www/caldera/plugins/stockpile/data/abilities/defense-evasion/49470433-30ce-4714-a44b-bea9dbbeca9a.yml
  917. www/caldera/plugins/stockpile/data/abilities/defense-evasion/4cd4eb44-29a7-4259-91ae-e457b283a880.yml
  918. www/caldera/plugins/stockpile/data/abilities/defense-evasion/5f844ac9-5f24-4196-a70d-17f0bd44a934.yml
  919. www/caldera/plugins/stockpile/data/abilities/defense-evasion/7a6ba833-de40-466a-8969-5c37b13603e0.yml
  920. www/caldera/plugins/stockpile/data/abilities/defense-evasion/a398986f-31b0-436a-87e9-c8e82c028f3c.yml
  921. www/caldera/plugins/stockpile/data/abilities/defense-evasion/a42dfc86-12f0-4f06-b0cf-24830c7f61f4.yml
  922. www/caldera/plugins/stockpile/data/abilities/defense-evasion/a74bc239-a196-4f7e-8d5c-fe8c0266071c.yml
  923. www/caldera/plugins/stockpile/data/abilities/defense-evasion/b007f6e8-4a87-4440-8888-29ceab047d9b.yml
  924. www/caldera/plugins/stockpile/data/abilities/defense-evasion/e5bcefee-262d-4568-a261-e8a20855ec81.yml
  925. www/caldera/plugins/stockpile/data/abilities/defense-evasion/e5f9de8f-3df1-4e78-ad92-a784e3f6770d.yml
  926. www/caldera/plugins/stockpile/data/abilities/defense-evasion/fcf71ee3-d1a9-4136-b919-9e5f6da43608.yml
  927. www/caldera/plugins/stockpile/data/abilities/discovery/0093c0e0-68b6-4cab-b0d4-2b40b3c78f71.yml
  928. www/caldera/plugins/stockpile/data/abilities/discovery/0360ede1-3c28-48d3-a6ef-6e98f562c5af.yml
  929. www/caldera/plugins/stockpile/data/abilities/discovery/05cda6f6-2b1b-462e-bff1-845af94343f7.yml
  930. www/caldera/plugins/stockpile/data/abilities/discovery/0bff4ee7-42a4-4bde-b09a-9d79d8b9edd7.yml
  931. www/caldera/plugins/stockpile/data/abilities/discovery/13379ae1-d20e-4162-91f8-320d78a35e7f.yml
  932. www/caldera/plugins/stockpile/data/abilities/discovery/14a21534-350f-4d83-9dd7-3c56b93a0c17.yml
  933. www/caldera/plugins/stockpile/data/abilities/discovery/1c353eb4-29ab-4dfe-88ed-f34f5a60848e.yml
  934. www/caldera/plugins/stockpile/data/abilities/discovery/2488245e-bcbd-405d-920e-2de27db882b3.yml
  935. www/caldera/plugins/stockpile/data/abilities/discovery/26c8b8b5-7b5b-4de1-a128-7d37fb14f517.yml
  936. www/caldera/plugins/stockpile/data/abilities/discovery/29451844-9b76-4e16-a9ee-d6feab4b24db.yml
  937. www/caldera/plugins/stockpile/data/abilities/discovery/2946edba-54d8-11eb-ae93-0242ac130002.yml
  938. www/caldera/plugins/stockpile/data/abilities/discovery/2afae782-6d0a-4fbd-a6b6-d1ce90090eac.yml
  939. www/caldera/plugins/stockpile/data/abilities/discovery/2dece965-37a0-4f70-a391-0f30e3331aba.yml
  940. www/caldera/plugins/stockpile/data/abilities/discovery/30732a56-4a23-4307-9544-09caf2ed29d5.yml
  941. www/caldera/plugins/stockpile/data/abilities/discovery/335cea7b-bec0-48c6-adfb-6066070f5f68.yml
  942. www/caldera/plugins/stockpile/data/abilities/discovery/364ea817-bbb9-4083-87dd-94b9dba45f6f.yml
  943. www/caldera/plugins/stockpile/data/abilities/discovery/3a2ce3d5-e9e2-4344-ae23-470432ff8687.yml
  944. www/caldera/plugins/stockpile/data/abilities/discovery/3b5db901-2cb8-4df7-8043-c4628a6a5d5a.yml
  945. www/caldera/plugins/stockpile/data/abilities/discovery/46098c66-8d9a-4d23-8a95-dd5021c385ae.yml
  946. www/caldera/plugins/stockpile/data/abilities/discovery/47abe1f5-55a5-46cc-8cad-506dac8ea6d9.yml
  947. www/caldera/plugins/stockpile/data/abilities/discovery/4d9b079c-9ede-4116-8b14-72ad3a5533af.yml
  948. www/caldera/plugins/stockpile/data/abilities/discovery/52177cc1-b9ab-4411-ac21-2eadc4b5d3b8.yml
  949. www/caldera/plugins/stockpile/data/abilities/discovery/530e47c6-8592-42bf-91df-c59ffbd8541b.yml
  950. www/caldera/plugins/stockpile/data/abilities/discovery/5a39d7ed-45c9-4a79-b581-e5fb99e24f65.yml
  951. www/caldera/plugins/stockpile/data/abilities/discovery/5a4cb2be-2684-4801-9355-3a90c91e0004.yml
  952. www/caldera/plugins/stockpile/data/abilities/discovery/5c4dd985-89e3-4590-9b57-71fed66ff4e2.yml
  953. www/caldera/plugins/stockpile/data/abilities/discovery/5c65eec8-4839-4713-a4e1-86b2e75d1927.yml
  954. www/caldera/plugins/stockpile/data/abilities/discovery/5dc841fd-28ad-40e2-b10e-fb007fe09e81.yml
  955. www/caldera/plugins/stockpile/data/abilities/discovery/5f77ecf9-613f-4863-8d2f-ed6b447a4633.yml
  956. www/caldera/plugins/stockpile/data/abilities/discovery/6131397e-7765-424e-a594-3d7fb2d93a6a.yml
  957. www/caldera/plugins/stockpile/data/abilities/discovery/638fb6bb-ba39-4285-93d1-7e4775b033a8.yml
  958. www/caldera/plugins/stockpile/data/abilities/discovery/6c91884e-11ec-422f-a6ed-e76774b0daac.yml
  959. www/caldera/plugins/stockpile/data/abilities/discovery/6d90e6fa-9324-4eb5-93be-9f737245bd7z.yml
  960. www/caldera/plugins/stockpile/data/abilities/discovery/6e1a53c0-7352-4899-be35-fa7f364d5722.yml
  961. www/caldera/plugins/stockpile/data/abilities/discovery/74d1b640-7f1e-4b36-beba-23a8228f39e0.yml
  962. www/caldera/plugins/stockpile/data/abilities/discovery/7c42a30c-c8c7-44c5-80a8-862d364ac1e4.yml
  963. www/caldera/plugins/stockpile/data/abilities/discovery/830bb6ed-9594-4817-b1a1-c298c0f9f425.yml
  964. www/caldera/plugins/stockpile/data/abilities/discovery/85341c8c-4ecb-4579-8f53-43e3e91d7617.yml
  965. www/caldera/plugins/stockpile/data/abilities/discovery/8adf02e8-6e71-4244-886c-98c402857404.yml
  966. www/caldera/plugins/stockpile/data/abilities/discovery/8c06ebf8-bacf-486b-bd77-21ba8c5a5777.yml
  967. www/caldera/plugins/stockpile/data/abilities/discovery/921055f4-5970-4707-909e-62f594234d91.yml
  968. www/caldera/plugins/stockpile/data/abilities/discovery/9849d956-37ea-49f2-a8b5-f2ca080b315d.yml
  969. www/caldera/plugins/stockpile/data/abilities/discovery/9a30740d-3aa8-4c23-8efa-d51215e8a5b9.yml
  970. www/caldera/plugins/stockpile/data/abilities/discovery/9b007f62-daa1-44bd-a57d-00c5315ec6fe.yml
  971. www/caldera/plugins/stockpile/data/abilities/discovery/a0676fe1-cd52-482e-8dde-349b73f9aa69.yml
  972. www/caldera/plugins/stockpile/data/abilities/discovery/a41c2324-8c63-4b15-b3c5-84f920d1f226.yml
  973. www/caldera/plugins/stockpile/data/abilities/discovery/aaf34d82-aea9-4278-8ec4-789653e4f5d9.yml
  974. www/caldera/plugins/stockpile/data/abilities/discovery/ac9dce33-2acc-4b34-94ce-2596409ce8f0.yml
  975. www/caldera/plugins/stockpile/data/abilities/discovery/b007fc38-9eb7-4320-92b3-9a3ad3e6ec25.yml
  976. www/caldera/plugins/stockpile/data/abilities/discovery/b18e8767-b7ea-41a3-8e80-baf65a5ddef5.yml
  977. www/caldera/plugins/stockpile/data/abilities/discovery/b6b105b9-41dc-490b-bc5c-80d699b82ce8.yml
  978. www/caldera/plugins/stockpile/data/abilities/discovery/b6f545ef-f802-4537-b59d-2cb19831c8ed.yml
  979. www/caldera/plugins/stockpile/data/abilities/discovery/bd527b63-9f9e-46e0-9816-b8434d2b8989.yml
  980. www/caldera/plugins/stockpile/data/abilities/discovery/c0da588f-79f0-4263-8998-7496b1a40596.yml
  981. www/caldera/plugins/stockpile/data/abilities/discovery/c1cd6388-3ced-48c7-a511-0434c6ba8f48.yml
  982. www/caldera/plugins/stockpile/data/abilities/discovery/c6607391-d02c-44b5-9b13-d3492ca58599.yml
  983. www/caldera/plugins/stockpile/data/abilities/discovery/c7ec57cd-933e-42b6-99a4-e852a9e57a33.yml
  984. www/caldera/plugins/stockpile/data/abilities/discovery/c9be8043-a445-4cbf-b77b-ed7bb007fc7c.yml
  985. www/caldera/plugins/stockpile/data/abilities/discovery/ce485320-41a4-42e8-a510-f5a8fe96a644.yml
  986. www/caldera/plugins/stockpile/data/abilities/discovery/deeac480-5c2a-42b5-90bb-41675ee53c7e.yml
  987. www/caldera/plugins/stockpile/data/abilities/discovery/e8017c46-acb8-400c-a4b5-b3362b5b5baa.yml
  988. www/caldera/plugins/stockpile/data/abilities/discovery/e82f39e2-56f8-4f19-8376-b007f9ac5f8a.yml
  989. www/caldera/plugins/stockpile/data/abilities/discovery/f1cf4ea1-43f0-4604-9537-3d1b1b2d5b1c.yml
  990. www/caldera/plugins/stockpile/data/abilities/discovery/fa4ed735-7006-4451-a578-b516f80e559f.yml
  991. www/caldera/plugins/stockpile/data/abilities/discovery/fa6e8607-e0b1-425d-8924-9b894da5a002.yml
  992. www/caldera/plugins/stockpile/data/abilities/discovery/fdf8bf36-797f-4157-805b-fe7c1c6fc903.yml
  993. www/caldera/plugins/stockpile/data/abilities/discovery/feaced8f-f43f-452a-9500-a5219488abb8.yml
  994. www/caldera/plugins/stockpile/data/abilities/execution/134b49a3-3f93-41bd-85f4-563eadbb6055.yml
  995. www/caldera/plugins/stockpile/data/abilities/execution/315cedf1-4a3a-4015-b63f-149d64bacbbc.yml
  996. www/caldera/plugins/stockpile/data/abilities/execution/3796a00b-b11d-4731-b4ca-275a07d83299.yml
  997. www/caldera/plugins/stockpile/data/abilities/execution/95727b87-175c-4a69-8c7a-a5d82746a753.yml
  998. www/caldera/plugins/stockpile/data/abilities/execution/b1d41972-3ad9-4aa1-8f7f-05f049a2980e.yml
  999. www/caldera/plugins/stockpile/data/abilities/execution/bfff9006-d1fb-46ce-b173-92cb04e9a031.yml
  1000. www/caldera/plugins/stockpile/data/abilities/execution/ccdb8caf-c69e-424b-b930-551969450c57.yml
  1001. www/caldera/plugins/stockpile/data/abilities/execution/de52784d-4de6-4d4e-b79e-e7b68fe037fb.yml
  1002. www/caldera/plugins/stockpile/data/abilities/execution/ece5dde3-d370-4c20-b213-a1f424aa8d03.yml
  1003. www/caldera/plugins/stockpile/data/abilities/exfiltration/0582dc26-e0cf-4645-88cf-f37a02279976.yml
  1004. www/caldera/plugins/stockpile/data/abilities/exfiltration/110cea7a-5b03-4443-92ee-7ccefaead451.yml
  1005. www/caldera/plugins/stockpile/data/abilities/exfiltration/2f90d4de-2612-4468-9251-b220e3727452.yml
  1006. www/caldera/plugins/stockpile/data/abilities/exfiltration/300157e5-f4ad-4569-b533-9d1fa0e74d74.yml
  1007. www/caldera/plugins/stockpile/data/abilities/exfiltration/3ce95a28-25fc-4a7e-a0cd-0fdb190e2081.yml
  1008. www/caldera/plugins/stockpile/data/abilities/exfiltration/4a1120a5-971c-457f-bb07-60641b4723fd.yml
  1009. www/caldera/plugins/stockpile/data/abilities/exfiltration/5c5b0392-1daa-45e1-967c-2f361ce78849.yml
  1010. www/caldera/plugins/stockpile/data/abilities/exfiltration/a201bec2-a193-4b58-bf0e-57fa621da474.yml
  1011. www/caldera/plugins/stockpile/data/abilities/exfiltration/ba0deadb-97ac-4a4c-aa81-21912fc90980.yml
  1012. www/caldera/plugins/stockpile/data/abilities/exfiltration/d754878c-17dd-46dc-891c-a993f8a10336.yml
  1013. www/caldera/plugins/stockpile/data/abilities/exfiltration/dd4d3d6f-be0a-4d80-ada2-0b7f3228d2dc.yml
  1014. www/caldera/plugins/stockpile/data/abilities/exfiltration/e7bf5dc7-62e4-48b2-acf8-abaf8734c19c.yml
  1015. www/caldera/plugins/stockpile/data/abilities/exfiltration/ea713bc4-63f0-491c-9a6f-0b01d560b87e.yml
  1016. www/caldera/plugins/stockpile/data/abilities/impact/0821b0b0-7902-4a7b-8052-80bda5a43684.yml
  1017. www/caldera/plugins/stockpile/data/abilities/impact/2fe2d5e6-7b06-4fc0-bf71-6966a1226731.yml
  1018. www/caldera/plugins/stockpile/data/abilities/impact/3b007f46-23e7-4a11-9c14-e7085b6a754a.yml
  1019. www/caldera/plugins/stockpile/data/abilities/impact/46da2385-cf37-49cb-ba4b-a739c7a19de4.yml
  1020. www/caldera/plugins/stockpile/data/abilities/impact/47d08617-5ce1-424a-8cc5-c9c978ce6bf9.yml
  1021. www/caldera/plugins/stockpile/data/abilities/impact/55f9600a-756f-496b-b27f-682052dc429c.yml
  1022. www/caldera/plugins/stockpile/data/abilities/impact/68235976-2404-42a8-9105-68230cfef562.yml
  1023. www/caldera/plugins/stockpile/data/abilities/impact/78524da1-f347-4fbb-9295-209f1f408330.yml
  1024. www/caldera/plugins/stockpile/data/abilities/lateral-movement/10a9d979-e342-418a-a9b0-002c483e0fa6.yml
  1025. www/caldera/plugins/stockpile/data/abilities/lateral-movement/22881b9d-0efa-4ef4-9704-df0f11170cc3.yml
  1026. www/caldera/plugins/stockpile/data/abilities/lateral-movement/3734aa1e-c536-42b3-8912-4c91b8bdce90.yml
  1027. www/caldera/plugins/stockpile/data/abilities/lateral-movement/40161ad0-75bd-11e9-b475-0800200c9a66.yml
  1028. www/caldera/plugins/stockpile/data/abilities/lateral-movement/41bb2b7a-75af-49fd-bd15-6c827df25921.yml
  1029. www/caldera/plugins/stockpile/data/abilities/lateral-movement/4908fdc4-74fc-4d7c-8935-26d11ad26a8d.yml
  1030. www/caldera/plugins/stockpile/data/abilities/lateral-movement/620b674a-7655-436c-b645-bc3e8ea51abd.yml
  1031. www/caldera/plugins/stockpile/data/abilities/lateral-movement/65048ec1-f7ca-49d3-9410-10813e472b30.yml
  1032. www/caldera/plugins/stockpile/data/abilities/lateral-movement/96d3c175-5e58-424c-8350-d7514b28a075.yml
  1033. www/caldera/plugins/stockpile/data/abilities/lateral-movement/aa6ec4dd-db09-4925-b9b9-43adeb154686.yml
  1034. www/caldera/plugins/stockpile/data/abilities/persistence/0cd686c7-8d70-434e-a20c-2fc58f51a51a.yml
  1035. www/caldera/plugins/stockpile/data/abilities/persistence/52771610-2322-44cf-816b-a7df42b4c086.yml
  1036. www/caldera/plugins/stockpile/data/abilities/persistence/831d5b9d-7867-4bca-98f5-bc235445614c.yml
  1037. www/caldera/plugins/stockpile/data/abilities/privilege-escalation/10681f2f-be03-44af-858d-f2b0812df185.yml
  1038. www/caldera/plugins/stockpile/data/abilities/privilege-escalation/665432a4-42e7-4ee1-af19-a9a8c9455d0c.yml
  1039. www/caldera/plugins/stockpile/data/abilities/privilege-escalation/7f6ea111-1528-4bf7-9ae1-3ee9c3eb3218.yml
  1040. www/caldera/plugins/stockpile/data/abilities/privilege-escalation/95ad5d69-563e-477b-802b-4855bfb3be09.yml
  1041. www/caldera/plugins/stockpile/data/abilities/privilege-escalation/b7344901-0b02-4ead-baf6-e3f629ed545f.yml
  1042. www/caldera/plugins/stockpile/data/abilities/privilege-escalation/cc5fa0d8-6e41-432b-a74a-d7cfc6c35d8f.yml
  1043. www/caldera/plugins/stockpile/data/abilities/privilege-escalation/e3db134c-4aed-4c5a-9607-c50183c9ef9e.yml
  1044. www/caldera/plugins/stockpile/data/abilities/privilege-escalation/e99cce5c-cb7e-4a6e-8a09-1609a221b90a.yml
  1045. www/caldera/plugins/stockpile/data/adversaries/01c96671-afd3-47d4-8d31-8c116cc0221a.yml
  1046. www/caldera/plugins/stockpile/data/adversaries/01d77744-2515-401a-a497-d9f7241aac3c.yml
  1047. www/caldera/plugins/stockpile/data/adversaries/09ad625e-6cba-490f-afe3-5417e7edb9c6.yml
  1048. www/caldera/plugins/stockpile/data/adversaries/0b73bf34-fc5b-48f7-9194-dce993b915b1.yml
  1049. www/caldera/plugins/stockpile/data/adversaries/1bac97ca-77fc-4c9a-835e-4de1b1b7f639.yml
  1050. www/caldera/plugins/stockpile/data/adversaries/50855e29-3b4e-4562-aa55-b3d7f93c26b8.yml
  1051. www/caldera/plugins/stockpile/data/adversaries/564ae20d-778d-4965-93dc-b523be2e2ab4.yml
  1052. www/caldera/plugins/stockpile/data/adversaries/78e7504d-968f-477d-8806-4d6c04b94431.yml
  1053. www/caldera/plugins/stockpile/data/adversaries/bcdbf6b9-14c5-495c-be84-37bce32c312b.yml
  1054. www/caldera/plugins/stockpile/data/adversaries/c220a8e6-609c-4d5b-9e1c-068ca01c2eec.yml
  1055. www/caldera/plugins/stockpile/data/adversaries/c724545d-a4cc-492e-8075-2ab9a699c847.yml
  1056. www/caldera/plugins/stockpile/data/adversaries/d6ea4c1e-7959-4eb1-a292-b6fd2b06c73e.yml
  1057. www/caldera/plugins/stockpile/data/adversaries/dbd49a4a-ba2d-40d0-9348-2db24fc4b0b6.yml
  1058. www/caldera/plugins/stockpile/data/adversaries/de07f52d-9928-4071-9142-cb1d3bd851e8.yml
  1059. www/caldera/plugins/stockpile/data/adversaries/e4324b88-8836-4803-b6b7-09b3c6cd4e94.yml
  1060. www/caldera/plugins/stockpile/data/adversaries/e89a10d3-004f-4c15-b0eb-d1ba76a4b67f.yml
  1061. www/caldera/plugins/stockpile/data/adversaries/ef4d997c-a0d1-4067-9efa-87c58682db71.yml
  1062. www/caldera/plugins/stockpile/data/adversaries/fbc41624-1052-490c-b5ec-4fd718e2501d.yml
  1063. www/caldera/plugins/stockpile/data/adversaries/packs/0b5636cf-f019-4ec9-aa7c-6e4f55505374.yml
  1064. www/caldera/plugins/stockpile/data/adversaries/packs/0f4c3c67-845e-49a0-927e-90ed33c044e0.yml
  1065. www/caldera/plugins/stockpile/data/adversaries/packs/1a98b8e6-18ce-4617-8cc5-e65a1a9d490e.yml
  1066. www/caldera/plugins/stockpile/data/adversaries/packs/4c28c132-d7d7-4a04-8908-d643b7cb1d58.yml
  1067. www/caldera/plugins/stockpile/data/adversaries/packs/5d3e170e-f1b8-49f9-9ee1-c51605552a08.yml
  1068. www/caldera/plugins/stockpile/data/adversaries/packs/725226e0-45b8-4432-84ee-144d3f37ff8d.yml
  1069. www/caldera/plugins/stockpile/data/adversaries/packs/ddbd1850-5fd7-41d5-a7a1-1b15dac49090.yml
  1070. www/caldera/plugins/stockpile/data/adversaries/packs/eddc8f03-f930-41e7-95ba-33fb87bfed74.yml
  1071. www/caldera/plugins/stockpile/data/adversaries/packs/f98193a0-8b5b-4b5e-a5aa-e8c3adfcd4e6.yml
  1072. www/caldera/plugins/stockpile/data/payloads/70632d81-bb39-40dd-bfba-cfd1f8196eb6.yml
  1073. www/caldera/plugins/stockpile/data/planners/254c7035-de7d-4d76-a888-2c09ba594eca.yml
  1074. www/caldera/plugins/stockpile/data/planners/48e1a882-1606-4910-8f2d-2352eb80cba2.yml
  1075. www/caldera/plugins/stockpile/data/planners/5bdec528-07ce-44cc-8997-09fe41aa2007.yml
  1076. www/caldera/plugins/stockpile/data/planners/788107d5-dc1e-4204-9269-38df0186d3e7.yml
  1077. www/caldera/plugins/stockpile/data/planners/f36c34f5-9439-4417-9640-fe83f4b7b12d.yml
  1078. www/caldera/plugins/stockpile/data/sources/2ccb822c-088a-4664-8976-91be8879bc1d.yml
  1079. www/caldera/plugins/stockpile/data/sources/4f3325d7-e6f2-4413-892a-60066052189d.yml
  1080. www/caldera/plugins/stockpile/data/sources/ed32b9c3-9593-4c33-b0db-e2007315096b.yml
  1081. www/caldera/plugins/stockpile/docs/Exfiltration-How-Tos.md
  1082. www/caldera/plugins/stockpile/gui/views/stockpile.vue
  1083. www/caldera/plugins/stockpile/hook.py
  1084. www/caldera/plugins/stockpile/payloads/Akagi64.exe
  1085. www/caldera/plugins/stockpile/payloads/Bypass-UAC.ps1
  1086. www/caldera/plugins/stockpile/payloads/Emulate-Administrator-Tasks.ps1
  1087. www/caldera/plugins/stockpile/payloads/HostingCLRx64.dll
  1088. www/caldera/plugins/stockpile/payloads/Invoke-MemeKatz.ps1
  1089. www/caldera/plugins/stockpile/payloads/Invoke-ReflectivePEInjection.ps1.xored
  1090. www/caldera/plugins/stockpile/payloads/basic_scanner.ps1
  1091. www/caldera/plugins/stockpile/payloads/bookmark.scpt
  1092. www/caldera/plugins/stockpile/payloads/debugger.dll
  1093. www/caldera/plugins/stockpile/payloads/debugger.exe
  1094. www/caldera/plugins/stockpile/payloads/file_search.ps1
  1095. www/caldera/plugins/stockpile/payloads/file_search.sh
  1096. www/caldera/plugins/stockpile/payloads/invoke-mimi.ps1.xored
  1097. www/caldera/plugins/stockpile/payloads/minidump.exe
  1098. www/caldera/plugins/stockpile/payloads/minidump.go
  1099. www/caldera/plugins/stockpile/payloads/mission.go
  1100. www/caldera/plugins/stockpile/payloads/powerview.ps1.xored
  1101. www/caldera/plugins/stockpile/payloads/ragdoll.py
  1102. www/caldera/plugins/stockpile/payloads/reflect.ps1
  1103. www/caldera/plugins/stockpile/payloads/scanner.py
  1104. www/caldera/plugins/stockpile/payloads/sshpass
  1105. www/caldera/plugins/stockpile/payloads/totallylegit.exe
  1106. www/caldera/plugins/stockpile/payloads/transfer_suid.sh
  1107. www/caldera/plugins/stockpile/payloads/wifi.ps1
  1108. www/caldera/plugins/stockpile/payloads/wifi.sh
  1109. www/caldera/plugins/stockpile/requirements.txt
  1110. www/caldera/plugins/stockpile/templates/weather.html
  1111. www/caldera/plugins/training/.eslintrc.js
  1112. www/caldera/plugins/training/.flake8
  1113. www/caldera/plugins/training/.github/ISSUE_TEMPLATE/bug_report.md
  1114. www/caldera/plugins/training/.github/ISSUE_TEMPLATE/config.yml
  1115. www/caldera/plugins/training/.github/ISSUE_TEMPLATE/feature_request.md
  1116. www/caldera/plugins/training/.github/ISSUE_TEMPLATE/question.md
  1117. www/caldera/plugins/training/.github/pull_request_template.md
  1118. www/caldera/plugins/training/.github/workflows/javascript-lint.yml
  1119. www/caldera/plugins/training/.gitignore
  1120. www/caldera/plugins/training/README.md
  1121. www/caldera/plugins/training/VERSION.txt
  1122. www/caldera/plugins/training/__init__.py
  1123. www/caldera/plugins/training/app/base_flag.py
  1124. www/caldera/plugins/training/app/c_badge.py
  1125. www/caldera/plugins/training/app/c_certification.py
  1126. www/caldera/plugins/training/app/c_exam.py
  1127. www/caldera/plugins/training/app/c_fillinblank.py
  1128. www/caldera/plugins/training/app/c_flag.py
  1129. www/caldera/plugins/training/app/c_multiplechoice.py
  1130. www/caldera/plugins/training/app/c_navigator.py
  1131. www/caldera/plugins/training/app/errors.py
  1132. www/caldera/plugins/training/app/flags/advanced/flag_0.py
  1133. www/caldera/plugins/training/app/flags/advanced/flag_1.py
  1134. www/caldera/plugins/training/app/flags/advanced/flag_2.py
  1135. www/caldera/plugins/training/app/flags/adversaries/flag_0.py
  1136. www/caldera/plugins/training/app/flags/adversaries/flag_1.py
  1137. www/caldera/plugins/training/app/flags/adversaries/flag_2.py
  1138. www/caldera/plugins/training/app/flags/agents/blue_0.py
  1139. www/caldera/plugins/training/app/flags/agents/blue_1.py
  1140. www/caldera/plugins/training/app/flags/agents/blue_2.py
  1141. www/caldera/plugins/training/app/flags/agents/blue_3.py
  1142. www/caldera/plugins/training/app/flags/agents/flag_0.py
  1143. www/caldera/plugins/training/app/flags/agents/flag_1.py
  1144. www/caldera/plugins/training/app/flags/agents/flag_2.py
  1145. www/caldera/plugins/training/app/flags/agents/flag_3.py
  1146. www/caldera/plugins/training/app/flags/agents/flag_4.py
  1147. www/caldera/plugins/training/app/flags/agents/flag_5.py
  1148. www/caldera/plugins/training/app/flags/agents/flag_6.py
  1149. www/caldera/plugins/training/app/flags/agents/flag_7.py
  1150. www/caldera/plugins/training/app/flags/attack/blue_0.py
  1151. www/caldera/plugins/training/app/flags/attack/blue_1.py
  1152. www/caldera/plugins/training/app/flags/attack/blue_2.py
  1153. www/caldera/plugins/training/app/flags/attack/blue_3.py
  1154. www/caldera/plugins/training/app/flags/attack/blue_4.py
  1155. www/caldera/plugins/training/app/flags/autonomous/blue_0.py
  1156. www/caldera/plugins/training/app/flags/autonomous/blue_1.py
  1157. www/caldera/plugins/training/app/flags/autonomous/blue_2.py
  1158. www/caldera/plugins/training/app/flags/autonomous/blue_3.py
  1159. www/caldera/plugins/training/app/flags/developers/flag_0.py
  1160. www/caldera/plugins/training/app/flags/developers/flag_1.py
  1161. www/caldera/plugins/training/app/flags/developers/flag_2.py
  1162. www/caldera/plugins/training/app/flags/developers/flag_3.py
  1163. www/caldera/plugins/training/app/flags/developers/flag_4.py
  1164. www/caldera/plugins/training/app/flags/developers/flag_5.py
  1165. www/caldera/plugins/training/app/flags/developers/flag_6.py
  1166. www/caldera/plugins/training/app/flags/developers/flag_7.py
  1167. www/caldera/plugins/training/app/flags/manual/blue_0.py
  1168. www/caldera/plugins/training/app/flags/manual/blue_1a.py
  1169. www/caldera/plugins/training/app/flags/manual/blue_1b.py
  1170. www/caldera/plugins/training/app/flags/manual/blue_2a.py
  1171. www/caldera/plugins/training/app/flags/manual/blue_2b.py
  1172. www/caldera/plugins/training/app/flags/manual/blue_2c.py
  1173. www/caldera/plugins/training/app/flags/manual/blue_3a.py
  1174. www/caldera/plugins/training/app/flags/manual/blue_3b.py
  1175. www/caldera/plugins/training/app/flags/manual/blue_4a_nix.py
  1176. www/caldera/plugins/training/app/flags/manual/blue_4a_win.py
  1177. www/caldera/plugins/training/app/flags/manual/blue_4b_nix.py
  1178. www/caldera/plugins/training/app/flags/manual/blue_4b_win.py
  1179. www/caldera/plugins/training/app/flags/manual/blue_4c_nix.py
  1180. www/caldera/plugins/training/app/flags/manual/blue_4c_win.py
  1181. www/caldera/plugins/training/app/flags/manual/blue_5a_nix.py
  1182. www/caldera/plugins/training/app/flags/manual/blue_5a_win.py
  1183. www/caldera/plugins/training/app/flags/manual/blue_5b_nix.py
  1184. www/caldera/plugins/training/app/flags/manual/blue_5b_win.py
  1185. www/caldera/plugins/training/app/flags/manual/blue_5c_nix.py
  1186. www/caldera/plugins/training/app/flags/manual/blue_5c_win.py
  1187. www/caldera/plugins/training/app/flags/manual/blue_5d_nix.py
  1188. www/caldera/plugins/training/app/flags/manual/blue_5d_win.py
  1189. www/caldera/plugins/training/app/flags/operations/flag_0.py
  1190. www/caldera/plugins/training/app/flags/operations/flag_1.py
  1191. www/caldera/plugins/training/app/flags/operations/flag_2.py
  1192. www/caldera/plugins/training/app/flags/operations/flag_3.py
  1193. www/caldera/plugins/training/app/flags/plugins/compass/flag_0.py
  1194. www/caldera/plugins/training/app/flags/plugins/manx/flag_0.py
  1195. www/caldera/plugins/training/app/flags/plugins/manx/flag_1.py
  1196. www/caldera/plugins/training/app/flags/plugins/response/flag_0.py
  1197. www/caldera/plugins/training/app/flags/plugins/response/flag_1.py
  1198. www/caldera/plugins/training/app/training_api.py
  1199. www/caldera/plugins/training/data/abilities/training/18702cd3-8e98-4eb7-99d4-0d2816926af1.yml
  1200. www/caldera/plugins/training/data/abilities/training/586140a1-9755-4996-883d-82a17c7737b2.yml
  1201. www/caldera/plugins/training/data/abilities/training/6d53c4a8-ecd3-4131-a7a2-704a5b43dd83.yml
  1202. www/caldera/plugins/training/data/abilities/training/e13c4e45-d19f-440e-8a72-fad728a1789c.yml
  1203. www/caldera/plugins/training/data/abilities/training/f0d77555-fa79-4884-8afd-73d39f887879.yml
  1204. www/caldera/plugins/training/data/abilities/training/fc4715ac-758e-4ba9-9e52-d07ff3d22a74.yml
  1205. www/caldera/plugins/training/data/adversaries/08619190-9eb5-4f35-97e1-0dafe04e0203.yml
  1206. www/caldera/plugins/training/data/adversaries/2885d0fe-60a7-469b-9e2e-a46b7be2b4df.yml
  1207. www/caldera/plugins/training/data/adversaries/2c99958e-36e0-4fab-bcdf-977926a58cd6.yml
  1208. www/caldera/plugins/training/data/adversaries/72c0b333-f6fe-4fa0-a342-4215e8de3947.yml
  1209. www/caldera/plugins/training/data/adversaries/890508db-9646-4a2d-8d1a-4ea25b3ce02a.yml
  1210. www/caldera/plugins/training/data/adversaries/9fbc7164-9175-4fc6-bb20-9669dc121df8.yml
  1211. www/caldera/plugins/training/data/certifications/8da8f0b3-194a-4eed-95b0-43c1f1b64091.yml
  1212. www/caldera/plugins/training/data/certifications/9cd5f3a0-765d-45bc-85c2-bc76d4282599.yml
  1213. www/caldera/plugins/training/data/payloads/phish_email.txt
  1214. www/caldera/plugins/training/gui/views/training.vue
  1215. www/caldera/plugins/training/hook.py
  1216. www/caldera/plugins/training/package-lock.json
  1217. www/caldera/plugins/training/package.json
  1218. www/caldera/plugins/training/solution_guides/AdvancedFlag0.md
  1219. www/caldera/plugins/training/solution_guides/AdvancedFlag1.md
  1220. www/caldera/plugins/training/solution_guides/AdvancedFlag2.md
  1221. www/caldera/plugins/training/solution_guides/AdversariesFlag0.md
  1222. www/caldera/plugins/training/solution_guides/AdversariesFlag1.md
  1223. www/caldera/plugins/training/solution_guides/AdversariesFlag2.md
  1224. www/caldera/plugins/training/solution_guides/AgentsFlag0.md
  1225. www/caldera/plugins/training/solution_guides/AgentsFlag1.md
  1226. www/caldera/plugins/training/solution_guides/AgentsFlag2.md
  1227. www/caldera/plugins/training/solution_guides/AgentsFlag3.md
  1228. www/caldera/plugins/training/solution_guides/AgentsFlag4.md
  1229. www/caldera/plugins/training/solution_guides/AgentsFlag5.md
  1230. www/caldera/plugins/training/solution_guides/AgentsFlag6.md
  1231. www/caldera/plugins/training/solution_guides/AgentsFlag7.md
  1232. www/caldera/plugins/training/solution_guides/OperationsFlag0.md
  1233. www/caldera/plugins/training/solution_guides/OperationsFlag1.md
  1234. www/caldera/plugins/training/solution_guides/OperationsFlag2.md
  1235. www/caldera/plugins/training/solution_guides/OperationsFlag3.md
  1236. www/caldera/plugins/training/solution_guides/PluginsManxFlag0.md
  1237. www/caldera/plugins/training/solution_guides/PluginsManxFlag1.md
  1238. www/caldera/plugins/training/solution_guides/PluginsResponseFlag0.md
  1239. www/caldera/plugins/training/solution_guides/PluginsResponseFlag1.md
  1240. www/caldera/plugins/training/static/css/markdown.css
  1241. www/caldera/plugins/training/static/img/badges/advanced.png
  1242. www/caldera/plugins/training/static/img/badges/adversaries.png
  1243. www/caldera/plugins/training/static/img/badges/agents.png
  1244. www/caldera/plugins/training/static/img/badges/atomic.png
  1245. www/caldera/plugins/training/static/img/badges/attack.png
  1246. www/caldera/plugins/training/static/img/badges/autonomous.png
  1247. www/caldera/plugins/training/static/img/badges/compass.png
  1248. www/caldera/plugins/training/static/img/badges/defaultlock.png
  1249. www/caldera/plugins/training/static/img/badges/developers.png
  1250. www/caldera/plugins/training/static/img/badges/gameboard.png
  1251. www/caldera/plugins/training/static/img/badges/manual.png
  1252. www/caldera/plugins/training/static/img/badges/manx.png
  1253. www/caldera/plugins/training/static/img/badges/mock.png
  1254. www/caldera/plugins/training/static/img/badges/operations.png
  1255. www/caldera/plugins/training/static/img/badges/response.png
  1256. www/caldera/plugins/training/static/img/certification.png
  1257. www/caldera/plugins/training/static/js/alpine.min.js
  1258. www/caldera/plugins/training/templates/certificate_solution_guide.html
  1259. www/caldera/plugins/training/templates/flag_solution_guide.html
  1260. www/caldera/plugins/training/templates/training.html
  1261. www/caldera/plugins/training/tests/__init__.py
  1262. www/caldera/plugins/training/tests/app/__init__.py
  1263. www/caldera/plugins/training/tests/app/flags/advanced/test_flag0.py
  1264. www/caldera/plugins/training/tests/app/test_badge.py
  1265. www/caldera/plugins/training/tests/app/test_certification.py
  1266. www/caldera/requirements-dev.txt
  1267. www/caldera/requirements.txt
  1268. www/caldera/server.py
  1269. www/caldera/sonar-project.properties
  1270. www/caldera/static/css/basic.css
  1271. www/caldera/static/css/core.css
  1272. www/caldera/static/css/file-explorer.css
  1273. www/caldera/static/css/lib/bulma-tooltip.min.css
  1274. www/caldera/static/css/lib/custom-bulma.css
  1275. www/caldera/static/css/lib/custom-bulma.css.map
  1276. www/caldera/static/css/lib/fa-all.min.css
  1277. www/caldera/static/css/modal.css
  1278. www/caldera/static/css/multi-select.css
  1279. www/caldera/static/css/shared.css
  1280. www/caldera/static/css/timeline.css
  1281. www/caldera/static/css/webfonts/fa-brands-400.eot
  1282. www/caldera/static/css/webfonts/fa-brands-400.svg
  1283. www/caldera/static/css/webfonts/fa-brands-400.ttf
  1284. www/caldera/static/css/webfonts/fa-brands-400.woff
  1285. www/caldera/static/css/webfonts/fa-brands-400.woff2
  1286. www/caldera/static/css/webfonts/fa-regular-400.eot
  1287. www/caldera/static/css/webfonts/fa-regular-400.svg
  1288. www/caldera/static/css/webfonts/fa-regular-400.ttf
  1289. www/caldera/static/css/webfonts/fa-regular-400.woff
  1290. www/caldera/static/css/webfonts/fa-regular-400.woff2
  1291. www/caldera/static/css/webfonts/fa-solid-900.eot
  1292. www/caldera/static/css/webfonts/fa-solid-900.svg
  1293. www/caldera/static/css/webfonts/fa-solid-900.ttf
  1294. www/caldera/static/css/webfonts/fa-solid-900.woff
  1295. www/caldera/static/css/webfonts/fa-solid-900.woff2
  1296. www/caldera/static/img/additional-fields.png
  1297. www/caldera/static/img/back-blue.png
  1298. www/caldera/static/img/back-grey.jpg
  1299. www/caldera/static/img/back-red.png
  1300. www/caldera/static/img/caldera-banner.png
  1301. www/caldera/static/img/caldera-logo.png
  1302. www/caldera/static/img/compass.png
  1303. www/caldera/static/img/contact.png
  1304. www/caldera/static/img/darwin.png
  1305. www/caldera/static/img/duk.png
  1306. www/caldera/static/img/errors.png
  1307. www/caldera/static/img/executor.png
  1308. www/caldera/static/img/expand.png
  1309. www/caldera/static/img/facts.png
  1310. www/caldera/static/img/favicon.png
  1311. www/caldera/static/img/file.png
  1312. www/caldera/static/img/folder.png
  1313. www/caldera/static/img/group.png
  1314. www/caldera/static/img/hacker.png
  1315. www/caldera/static/img/linux.png
  1316. www/caldera/static/img/obfuscation.png
  1317. www/caldera/static/img/operation.png
  1318. www/caldera/static/img/payload.png
  1319. www/caldera/static/img/planner.png
  1320. www/caldera/static/img/planners.png
  1321. www/caldera/static/img/plus.png
  1322. www/caldera/static/img/recycle.png
  1323. www/caldera/static/img/success.png
  1324. www/caldera/static/img/switch.png
  1325. www/caldera/static/img/weather.jpg
  1326. www/caldera/static/img/windows.png
  1327. www/caldera/static/img/x.png
  1328. www/caldera/static/jquery/images/ui-icons_444444_256x240.png
  1329. www/caldera/static/jquery/images/ui-icons_555555_256x240.png
  1330. www/caldera/static/jquery/images/ui-icons_777620_256x240.png
  1331. www/caldera/static/jquery/images/ui-icons_777777_256x240.png
  1332. www/caldera/static/jquery/images/ui-icons_cc0000_256x240.png
  1333. www/caldera/static/jquery/images/ui-icons_ffffff_256x240.png
  1334. www/caldera/static/jquery/jquery.js
  1335. www/caldera/static/jquery/jquery.min.js
  1336. www/caldera/static/jquery/jquery.multi-select.js
  1337. www/caldera/static/js/ability.js
  1338. www/caldera/static/js/core.js
  1339. www/caldera/static/js/lib/alpine.min.js
  1340. www/caldera/static/js/lib/bulma-toast.min.js
  1341. www/caldera/static/js/lib/confetti.browser.min.js
  1342. www/caldera/static/js/lib/muuri.min.js
  1343. www/caldera/static/js/shared.js
  1344. www/caldera/static/scss/bulma/bulma.sass
  1345. www/caldera/static/scss/bulma/sass/base/_all.sass
  1346. www/caldera/static/scss/bulma/sass/base/animations.sass
  1347. www/caldera/static/scss/bulma/sass/base/generic.sass
  1348. www/caldera/static/scss/bulma/sass/base/helpers.sass
  1349. www/caldera/static/scss/bulma/sass/base/minireset.sass
  1350. www/caldera/static/scss/bulma/sass/components/_all.sass
  1351. www/caldera/static/scss/bulma/sass/components/breadcrumb.sass
  1352. www/caldera/static/scss/bulma/sass/components/card.sass
  1353. www/caldera/static/scss/bulma/sass/components/dropdown.sass
  1354. www/caldera/static/scss/bulma/sass/components/level.sass
  1355. www/caldera/static/scss/bulma/sass/components/media.sass
  1356. www/caldera/static/scss/bulma/sass/components/menu.sass
  1357. www/caldera/static/scss/bulma/sass/components/message.sass
  1358. www/caldera/static/scss/bulma/sass/components/modal.sass
  1359. www/caldera/static/scss/bulma/sass/components/navbar.sass
  1360. www/caldera/static/scss/bulma/sass/components/pagination.sass
  1361. www/caldera/static/scss/bulma/sass/components/panel.sass
  1362. www/caldera/static/scss/bulma/sass/components/tabs.sass
  1363. www/caldera/static/scss/bulma/sass/elements/_all.sass
  1364. www/caldera/static/scss/bulma/sass/elements/box.sass
  1365. www/caldera/static/scss/bulma/sass/elements/button.sass
  1366. www/caldera/static/scss/bulma/sass/elements/container.sass
  1367. www/caldera/static/scss/bulma/sass/elements/content.sass
  1368. www/caldera/static/scss/bulma/sass/elements/form.sass
  1369. www/caldera/static/scss/bulma/sass/elements/icon.sass
  1370. www/caldera/static/scss/bulma/sass/elements/image.sass
  1371. www/caldera/static/scss/bulma/sass/elements/notification.sass
  1372. www/caldera/static/scss/bulma/sass/elements/other.sass
  1373. www/caldera/static/scss/bulma/sass/elements/progress.sass
  1374. www/caldera/static/scss/bulma/sass/elements/table.sass
  1375. www/caldera/static/scss/bulma/sass/elements/tag.sass
  1376. www/caldera/static/scss/bulma/sass/elements/title.sass
  1377. www/caldera/static/scss/bulma/sass/form/_all.sass
  1378. www/caldera/static/scss/bulma/sass/form/checkbox-radio.sass
  1379. www/caldera/static/scss/bulma/sass/form/file.sass
  1380. www/caldera/static/scss/bulma/sass/form/input-textarea.sass
  1381. www/caldera/static/scss/bulma/sass/form/select.sass
  1382. www/caldera/static/scss/bulma/sass/form/shared.sass
  1383. www/caldera/static/scss/bulma/sass/form/tools.sass
  1384. www/caldera/static/scss/bulma/sass/grid/_all.sass
  1385. www/caldera/static/scss/bulma/sass/grid/columns.sass
  1386. www/caldera/static/scss/bulma/sass/grid/tiles.sass
  1387. www/caldera/static/scss/bulma/sass/helpers/_all.sass
  1388. www/caldera/static/scss/bulma/sass/helpers/color.sass
  1389. www/caldera/static/scss/bulma/sass/helpers/flexbox.sass
  1390. www/caldera/static/scss/bulma/sass/helpers/float.sass
  1391. www/caldera/static/scss/bulma/sass/helpers/other.sass
  1392. www/caldera/static/scss/bulma/sass/helpers/overflow.sass
  1393. www/caldera/static/scss/bulma/sass/helpers/position.sass
  1394. www/caldera/static/scss/bulma/sass/helpers/spacing.sass
  1395. www/caldera/static/scss/bulma/sass/helpers/typography.sass
  1396. www/caldera/static/scss/bulma/sass/helpers/visibility.sass
  1397. www/caldera/static/scss/bulma/sass/layout/_all.sass
  1398. www/caldera/static/scss/bulma/sass/layout/footer.sass
  1399. www/caldera/static/scss/bulma/sass/layout/hero.sass
  1400. www/caldera/static/scss/bulma/sass/layout/section.sass
  1401. www/caldera/static/scss/bulma/sass/utilities/_all.sass
  1402. www/caldera/static/scss/bulma/sass/utilities/animations.sass
  1403. www/caldera/static/scss/bulma/sass/utilities/controls.sass
  1404. www/caldera/static/scss/bulma/sass/utilities/derived-variables.sass
  1405. www/caldera/static/scss/bulma/sass/utilities/extends.sass
  1406. www/caldera/static/scss/bulma/sass/utilities/functions.sass
  1407. www/caldera/static/scss/bulma/sass/utilities/initial-variables.sass
  1408. www/caldera/static/scss/bulma/sass/utilities/mixins.sass
  1409. www/caldera/static/scss/custom-bulma.sass
  1410. www/caldera/templates/abilities.html
  1411. www/caldera/templates/adversaries.html
  1412. www/caldera/templates/agents.html
  1413. www/caldera/templates/configurations.html
  1414. www/caldera/templates/contacts.html
  1415. www/caldera/templates/core.html
  1416. www/caldera/templates/core_blue.html
  1417. www/caldera/templates/core_red.html
  1418. www/caldera/templates/exfilled_files.html
  1419. www/caldera/templates/login.html
  1420. www/caldera/templates/obfuscators.html
  1421. www/caldera/templates/objectives.html
  1422. www/caldera/templates/operations.html
  1423. www/caldera/templates/planners.html
  1424. www/caldera/templates/sources.html
  1425. www/caldera/tests/__init__.py
  1426. www/caldera/tests/api/__init__.py
  1427. www/caldera/tests/api/v2/__init__.py
  1428. www/caldera/tests/api/v2/handlers/test_abilities_api.py
  1429. www/caldera/tests/api/v2/handlers/test_adversaries_api.py
  1430. www/caldera/tests/api/v2/handlers/test_agents_api.py
  1431. www/caldera/tests/api/v2/handlers/test_contacts_api.py
  1432. www/caldera/tests/api/v2/handlers/test_health_api.py
  1433. www/caldera/tests/api/v2/handlers/test_obfuscators_api.py
  1434. www/caldera/tests/api/v2/handlers/test_objectives_api.py
  1435. www/caldera/tests/api/v2/handlers/test_operations_api.py
  1436. www/caldera/tests/api/v2/handlers/test_payloads_api.py
  1437. www/caldera/tests/api/v2/handlers/test_planners_api.py
  1438. www/caldera/tests/api/v2/handlers/test_plugins_api.py
  1439. www/caldera/tests/api/v2/handlers/test_schedules_api.py
  1440. www/caldera/tests/api/v2/handlers/test_sources_api.py
  1441. www/caldera/tests/api/v2/managers/test_base_api_manager.py
  1442. www/caldera/tests/api/v2/managers/test_config_api_manager.py
  1443. www/caldera/tests/api/v2/test_knowledge.py
  1444. www/caldera/tests/api/v2/test_responses.py
  1445. www/caldera/tests/api/v2/test_security.py
  1446. www/caldera/tests/api/v2/test_validation.py
  1447. www/caldera/tests/conftest.py
  1448. www/caldera/tests/contacts/test_contact_dns.py
  1449. www/caldera/tests/contacts/test_contact_ftp.py
  1450. www/caldera/tests/contacts/test_contact_gist.py
  1451. www/caldera/tests/contacts/test_contact_tcp.py
  1452. www/caldera/tests/contacts/test_ssh_tunneling.py
  1453. www/caldera/tests/objects/__init__.py
  1454. www/caldera/tests/objects/test_ability.py
  1455. www/caldera/tests/objects/test_adversary.py
  1456. www/caldera/tests/objects/test_agent.py
  1457. www/caldera/tests/objects/test_data_encoder.py
  1458. www/caldera/tests/objects/test_fact.py
  1459. www/caldera/tests/objects/test_link.py
  1460. www/caldera/tests/objects/test_objective.py
  1461. www/caldera/tests/objects/test_operation.py
  1462. www/caldera/tests/parsers/__init__.py
  1463. www/caldera/tests/parsers/test_parsers.py
  1464. www/caldera/tests/planners/__init__.py
  1465. www/caldera/tests/planners/test_atomic.py
  1466. www/caldera/tests/services/__init__.py
  1467. www/caldera/tests/services/test_app_svc.py
  1468. www/caldera/tests/services/test_contact_svc.py
  1469. www/caldera/tests/services/test_data_svc.py
  1470. www/caldera/tests/services/test_file_svc.py
  1471. www/caldera/tests/services/test_knowledge_svc.py
  1472. www/caldera/tests/services/test_learning_svc.py
  1473. www/caldera/tests/services/test_planning_svc.py
  1474. www/caldera/tests/services/test_rest_svc.py
  1475. www/caldera/tests/utility/test_base_object.py
  1476. www/caldera/tests/utility/test_base_world.py
  1477. www/caldera/tests/utility/test_ip_rule.py
  1478. www/caldera/tests/web_server/test_core_endpoints.py
  1479. www/caldera/tox.ini
  1480. @mode 750
  1481. @owner caldera
  1482. @group caldera
  1483. @dir www/caldera
  1484. @dir www/caldera/data
  1485. @dir www/caldera/ftp_dir
  1486. @dir www/caldera/plugins
  1487. @dir www/caldera/plugins/atomic/data
  1488. @dir www/caldera/plugins/atomic/payloads
  1489. @dir www/caldera/plugins/atomic
  1490. @dir www/caldera/plugins/builder/payloads
  1491. @dir www/caldera/plugins/debrief/downloads
  1492. @dir www/caldera/plugins/debrief/uploads
  1493. @dir www/caldera/plugins/emu/data
  1494. @dir www/caldera/plugins/emu/payloads
  1495. @dir www/caldera/plugins/human/payloads
  1496. @dir www/caldera/plugins/manx/payloads
  1497. @dir www/caldera/plugins/sandcat/payloads
  1498. @dir www/caldera/plugins/fieldmanual/sphinx-docs/plugins
  1499. @dir www/caldera/plugins/fieldmanual/sphinx-docs
  1500. @dir www/caldera/plugins/fieldmanual
  1501. @mode
  1502. @owner
  1503. @group
  1504. @owner
  1505. @group
  1506. @mode
Collapse this list.
Dependency lines:
  • caldera>0:security/caldera
Conflicts:
CONFLICTS:
  • caldera4
To install the port:
cd /usr/ports/security/caldera/ && make install clean
To add the package, run one of these commands:
  • pkg install security/caldera
  • pkg install caldera
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: caldera
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1741204620 SHA256 (caldera-cache-5.2.0.tar.gz) = ee654e3efdc95cae9057e5cc81590f503c6a7dca8708102e7e3f416a069d69cf SIZE (caldera-cache-5.2.0.tar.gz) = 41954338

Expand this list (36 items)

Collapse this list.

SHA256 (caldera-freebsd-logos.tar.gz) = 66ad2558c34ef06875cfb479a34ca5053b25bad2c36ce06d532d6857b9dda4a2 SIZE (caldera-freebsd-logos.tar.gz) = 2516 SHA256 (mitre-caldera-5.2.0_GH0.tar.gz) = 902af965960ecfb58b325926ddfafedef1a328ee512a663235a3376abc5a39d9 SIZE (mitre-caldera-5.2.0_GH0.tar.gz) = 3826121 SHA256 (mitre-access-775181b_GH0.tar.gz) = 2ae6e4cbd9e6c143cc76b65c0be3dd332228ab59161422291050eb6f4c4b1d17 SIZE (mitre-access-775181b_GH0.tar.gz) = 11646 SHA256 (mitre-atomic-4f489bb_GH0.tar.gz) = 340c7931fbee16ce1bf788044018fcf75fe403bf641665bb4aec53d3b1479b2d SIZE (mitre-atomic-4f489bb_GH0.tar.gz) = 15041 SHA256 (mitre-builder-2991945_GH0.tar.gz) = d3f78b4966cdbcdab08fdb4499a11a794158706d0178f36176cdbe4281d2bf76 SIZE (mitre-builder-2991945_GH0.tar.gz) = 8423 SHA256 (mitre-compass-85e2ebf_GH0.tar.gz) = 4760171cf05a7fccfd4300815f358d9d42affb2c741e6e555515f07eb50c9f34 SIZE (mitre-compass-85e2ebf_GH0.tar.gz) = 7055 SHA256 (mitre-debrief-eba44d5_GH0.tar.gz) = 62cbfd77cbf3573675bc79426171f136628f26a1ee3f931c02f36d53bda8012e SIZE (mitre-debrief-eba44d5_GH0.tar.gz) = 1006448 SHA256 (mitre-emu-4d442bc_GH0.tar.gz) = fc61bf08abf1c6dc2f4c941ada317e1cb5592c5818b5918fb517241c2ff5051e SIZE (mitre-emu-4d442bc_GH0.tar.gz) = 19508 SHA256 (mitre-fieldmanual-2eb2e93_GH0.tar.gz) = d054558562a926b71ecf798ca8ed9a6cef8ce3010947617ce4a8f10b99f3743d SIZE (mitre-fieldmanual-2eb2e93_GH0.tar.gz) = 9659767 SHA256 (mitre-gameboard-dacb6ce_GH0.tar.gz) = 55e521c4dfc6acc9b8ed37b7622d1c20248cd1fe43a9410e339b8c24729d22ac SIZE (mitre-gameboard-dacb6ce_GH0.tar.gz) = 20333 SHA256 (mitre-human-fd242d7_GH0.tar.gz) = cb838f41377ca51aa1c6a9ea50acbe5781a2e112dc20d4dac6c796f950ec199f SIZE (mitre-human-fd242d7_GH0.tar.gz) = 25971 SHA256 (mitre-magma-32b5594_GH0.tar.gz) = 1de0ee09378cf6e21ebe95fb564bb0d4ed80f58854d2b0de7683c9d109b7cd15 SIZE (mitre-magma-32b5594_GH0.tar.gz) = 331823 SHA256 (mitre-manx-8adc3c8_GH0.tar.gz) = 492f91ed63b353b0b655257ec78eebe8a62479416be0a5e76600935b51775b95 SIZE (mitre-manx-8adc3c8_GH0.tar.gz) = 7359484 SHA256 (mitre-response-8ea6ab5_GH0.tar.gz) = f2275a11ebb631b84da2921e370bf5e5957c304265621c78d27f212269fdc9b5 SIZE (mitre-response-8ea6ab5_GH0.tar.gz) = 25334 SHA256 (mitre-sandcat-0a35cd5_GH0.tar.gz) = 55c29ba5efb811c7a6b068871920f10deadc4f3e887b51dcc2e823ff62044387 SIZE (mitre-sandcat-0a35cd5_GH0.tar.gz) = 8294150 SHA256 (mitre-ssl-1ae8431_GH0.tar.gz) = 608596a05a3c833ac10c230cf4bf0863f0e31540414a66b382ff159f97d7629f SIZE (mitre-ssl-1ae8431_GH0.tar.gz) = 6806 SHA256 (mitre-stockpile-fcd1eea_GH0.tar.gz) = 79c093060d811c8f72875f04d8a9f0dfa351a18f3344ba0335db6618900adb9c SIZE (mitre-stockpile-fcd1eea_GH0.tar.gz) = 4787316 SHA256 (mitre-training-37f998f_GH0.tar.gz) = 41fe37233c02d77435e747e6d34017eeba6c592805382176afaf6f2d1f8f6a46 SIZE (mitre-training-37f998f_GH0.tar.gz) = 496302

Collapse this list.


Packages (timestamps in pop-ups are UTC):
caldera
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-5.2.0------
FreeBSD:13:quarterly-5.0.0_11------
FreeBSD:14:latest-5.2.0------
FreeBSD:14:quarterly-5.0.0_11------
FreeBSD:15:latest-5.2.0n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. npm-node18>0 : www/npm-node18
  2. go121 : lang/go121
  3. node : www/node18
  4. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-aiohttp>0 : www/py-aiohttp@py311
  2. py311-aiohttp-jinja2>0 : www/py-aiohttp-jinja2@py311
  3. py311-aiohttp-session>0 : www/py-aiohttp-session@py311
  4. py311-aiohttp-security>0 : security/py-aiohttp-security@py311
  5. py311-aiohttp-apispec>0 : devel/py-aiohttp-apispec@py311
  6. py311-Jinja2>0 : devel/py-Jinja2@py311
  7. py311-pyyaml>=0 : devel/py-pyyaml@py311
  8. py311-websockets>0 : devel/py-websockets@py311
  9. py311-sphinx>0 : textproc/py-sphinx@py311
  10. py311-docutils>0 : textproc/py-docutils@py311
  11. py311-sphinx_rtd_theme>0 : textproc/py-sphinx_rtd_theme@py311
  12. py311-myst-parser>0 : textproc/py-myst-parser@py311
  13. py311-marshmallow>0 : devel/py-marshmallow@py311
  14. py311-dirhash>0 : security/py-dirhash@py311
  15. py311-docker>0 : sysutils/py-docker@py311
  16. py311-donut-shellcode>0 : devel/py-donut-shellcode@py311
  17. py311-marshmallow-enum>0 : devel/py-marshmallow-enum@py311
  18. py311-ldap3>0 : net/py-ldap3@py311
  19. py311-lxml>0 : devel/py-lxml@py311
  20. py311-reportlab>0 : print/py-reportlab@py311
  21. py311-svglib>0 : converters/py-svglib@py311
  22. py311-markdown>0 : textproc/py-markdown@py311
  23. py311-dnspython>0 : dns/py-dnspython@py311
  24. py311-asyncssh>0 : security/py-asyncssh@py311
  25. py311-aioftp>0 : ftp/py-aioftp@py311
  26. py311-packaging>0 : devel/py-packaging@py311
  27. py311-pyautogui>0 : x11/py-pyautogui@py311
  28. py311-selenium>0 : www/py-selenium@py311
  29. py311-webdriver_manager>0 : www/py-webdriver_manager@py311
  30. py311-beautifulsoup>0 : www/py-beautifulsoup@py311
  31. py311-networkx>0 : math/py-networkx@py311
  32. py311-numpy>0 : math/py-numpy@py311
  33. py311-croniter2>0 : sysutils/py-croniter2@py311
  34. upx>0 : archivers/upx
  35. base64>0 : converters/base64
  36. git>0 : devel/git
  37. bash>0 : shells/bash
  38. haproxy24>0 : net/haproxy24
  39. go121 : lang/go121
  40. py311-cryptography>=42.0.8,1 : security/py-cryptography@py311
  41. python3.11 : lang/python311
This port is required by:
for Run
  1. security/caldera-ot

Configuration Options:
===> The following configuration options are available for caldera-5.2.0: HAPROXY=on: Support for HTTPS ===> Use 'make config' to modify these settings
Options name:
security_caldera
USES:
dos2unix go:run nodejs:18,build python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/mitre/caldera/tar.gz/5.2.0?dummy=/
Collapse this list.

Number of commits found: 26

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.2.0
05 Mar 2025 20:58:32
commit hash: 16a2311806886fa338bd090660ccd9c32cb5cd72commit hash: 16a2311806886fa338bd090660ccd9c32cb5cd72commit hash: 16a2311806886fa338bd090660ccd9c32cb5cd72commit hash: 16a2311806886fa338bd090660ccd9c32cb5cd72 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/caldera: Update to 5.2.0

ChangeLog at:   https://github.com/mitre/caldera/releases
5.0.0_12
05 Mar 2025 16:02:56
commit hash: d0642a617631ca9d19d24750b6669ecc13584027commit hash: d0642a617631ca9d19d24750b6669ecc13584027commit hash: d0642a617631ca9d19d24750b6669ecc13584027commit hash: d0642a617631ca9d19d24750b6669ecc13584027 files touched by this commit This port version is marked as vulnerable.
Adam Weinberger (adamw) search for other commits by this committer
Bump all go ports for yesterday's releases
5.0.0_11
09 Aug 2024 06:24:08
commit hash: aa8c0111bfd641853f435ed69310589fccda2200commit hash: aa8c0111bfd641853f435ed69310589fccda2200commit hash: aa8c0111bfd641853f435ed69310589fccda2200commit hash: aa8c0111bfd641853f435ed69310589fccda2200 files touched by this commit This port version is marked as vulnerable.
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update
5.0.0_10
07 Jul 2024 08:05:33
commit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286ecommit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286ecommit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286ecommit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286e files touched by this commit This port version is marked as vulnerable.
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml

- Bump PORTREVISION of dependent ports for dependency change
5.0.0_9
03 Jul 2024 08:29:54
commit hash: c4b51c2028302d40de3907a04d99a92001bb83b1commit hash: c4b51c2028302d40de3907a04d99a92001bb83b1commit hash: c4b51c2028302d40de3907a04d99a92001bb83b1commit hash: c4b51c2028302d40de3907a04d99a92001bb83b1 files touched by this commit This port version is marked as vulnerable.
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update
5.0.0_8
15 Jun 2024 09:52:17
commit hash: 746fa696a12ef1ca798e36baf087f579375b8cd1commit hash: 746fa696a12ef1ca798e36baf087f579375b8cd1commit hash: 746fa696a12ef1ca798e36baf087f579375b8cd1commit hash: 746fa696a12ef1ca798e36baf087f579375b8cd1 files touched by this commit This port version is marked as vulnerable.
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
5.0.0_7
20 May 2024 10:33:03
commit hash: b66e4949cb23218adc602edc35db187f966c5377commit hash: b66e4949cb23218adc602edc35db187f966c5377commit hash: b66e4949cb23218adc602edc35db187f966c5377commit hash: b66e4949cb23218adc602edc35db187f966c5377 files touched by this commit This port version is marked as vulnerable.
Vsevolod Stakhov (vsevolod) search for other commits by this committer
security/libsodium: update to 1.0.19, bump dependent ports

PR:	278259
Reported by:	Andrey Korobkov <alster-vinterdalen.se>
5.0.0_6
13 May 2024 17:56:04
commit hash: fce0cc32720e61042bc675152b116f9e61532e92commit hash: fce0cc32720e61042bc675152b116f9e61532e92commit hash: fce0cc32720e61042bc675152b116f9e61532e92commit hash: fce0cc32720e61042bc675152b116f9e61532e92 files touched by this commit This port version is marked as vulnerable.
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
5.0.0_5
15 Apr 2024 08:20:04
commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0 files touched by this commit This port version is marked as vulnerable.
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
5.0.0_4
29 Mar 2024 03:53:24
commit hash: a2d4b8441b02b9930b7158f015a4d2293d17c5f0commit hash: a2d4b8441b02b9930b7158f015a4d2293d17c5f0commit hash: a2d4b8441b02b9930b7158f015a4d2293d17c5f0commit hash: a2d4b8441b02b9930b7158f015a4d2293d17c5f0 files touched by this commit This port version is marked as vulnerable.
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/caldera: missing distinfo entry

Reported by:	pkg-fallout
5.0.0_4
26 Mar 2024 05:57:33
commit hash: 1be69b56c4b45d3f3cfcded2c6dfe695080226c4commit hash: 1be69b56c4b45d3f3cfcded2c6dfe695080226c4commit hash: 1be69b56c4b45d3f3cfcded2c6dfe695080226c4commit hash: 1be69b56c4b45d3f3cfcded2c6dfe695080226c4 files touched by this commit This port version is marked as vulnerable.
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/caldera: Improve port

- Improve rc script. Now it kills some child processes
- Use my new atomic-red-team repository. It include a new entry run_as into yaml
  files for identify FreeBSD tests easily because oficial
  redcanaryco/atomic-red-team project included new changes and these remove
  freebsd entries from yaml files because it was merged into linux tests. Now
  identify what are FreeBSD tests is almost imposible.
- Some other minor modifications
- Bump PORTREVISION
5.0.0_3
24 Mar 2024 14:29:00
commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913 files touched by this commit This port version is marked as vulnerable.
Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/go: Change DEFAULT to 1.21

PR:		277776
Approved by:	portmgr (exp-run)
5.0.0_2
22 Feb 2024 21:36:17
commit hash: 72be9abe968edb6febe4d78b14f9dbefca5c43e7commit hash: 72be9abe968edb6febe4d78b14f9dbefca5c43e7commit hash: 72be9abe968edb6febe4d78b14f9dbefca5c43e7commit hash: 72be9abe968edb6febe4d78b14f9dbefca5c43e7 files touched by this commit This port version is marked as vulnerable.
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/caldera: Fix typo

- Bump PORTREVISION
5.0.0_1
20 Feb 2024 04:21:36
commit hash: 31dd51582656229dfa0d564e573cec4842a90518commit hash: 31dd51582656229dfa0d564e573cec4842a90518commit hash: 31dd51582656229dfa0d564e573cec4842a90518commit hash: 31dd51582656229dfa0d564e573cec4842a90518 files touched by this commit This port version is marked as vulnerable.
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/caldera: Add missing dependency (www/npm-node18)

- Bump PORTREVISION
Reported by:	pkg-fallout
5.0.0
17 Feb 2024 21:29:08
commit hash: a7058a34e04498acc384664fbb5a5ee9188f69ebcommit hash: a7058a34e04498acc384664fbb5a5ee9188f69ebcommit hash: a7058a34e04498acc384664fbb5a5ee9188f69ebcommit hash: a7058a34e04498acc384664fbb5a5ee9188f69eb files touched by this commit This port version is marked as vulnerable.
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/caldera: Update to 5.0.0

ChangeLog at:	https://github.com/mitre/caldera/releases/tag/5.0.0
4.2.0_4
11 Feb 2024 10:39:17
commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291 files touched by this commit This port version is marked as vulnerable.
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		276530
4.2.0_3
07 Dec 2023 02:22:10
commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609 files touched by this commit This port version is marked as vulnerable.
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		274405
4.2.0_2
29 Sep 2023 14:19:56
commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088 files touched by this commit This port version is marked as vulnerable.
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}

- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk

PR:		273727
Approved by:	tcberner (portmgr)
Exp-run by:	antoine
4.2.0_2
08 Sep 2023 14:34:56
commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3 files touched by this commit This port version is marked as vulnerable.
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update
4.2.0_1
04 Aug 2023 14:24:50
commit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fccommit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fccommit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fccommit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fc files touched by this commit This port version is marked as vulnerable.
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
4.2.0
22 Jul 2023 07:46:38
commit hash: b28a739884e37c25bb57ea5f157252adb63065d3commit hash: b28a739884e37c25bb57ea5f157252adb63065d3commit hash: b28a739884e37c25bb57ea5f157252adb63065d3commit hash: b28a739884e37c25bb57ea5f157252adb63065d3 files touched by this commit This port version is marked as vulnerable.
Tobias C. Berner (tcberner) search for other commits by this committer
framework: convert tree to use USES=pycryptography

A future commit will update to security/py-cryptography will introduce a
rust dependency.

PR:		254853
4.2.0
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit This port version is marked as vulnerable.
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
4.2.0
21 Jun 2023 16:48:22
commit hash: 7c963b3e3e45808196aa24de0b1db4afef283a6acommit hash: 7c963b3e3e45808196aa24de0b1db4afef283a6acommit hash: 7c963b3e3e45808196aa24de0b1db4afef283a6acommit hash: 7c963b3e3e45808196aa24de0b1db4afef283a6a files touched by this commit This port version is marked as vulnerable.
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/caldera: Update to 4.2.0

ChangeLog at:	https://github.com/mitre/caldera/releases/tag/4.2.0
4.1.0_2
02 Jun 2023 21:07:58
commit hash: 4ae9030d9493dd64b1bb2a7ee71c783ef5c75875commit hash: 4ae9030d9493dd64b1bb2a7ee71c783ef5c75875commit hash: 4ae9030d9493dd64b1bb2a7ee71c783ef5c75875commit hash: 4ae9030d9493dd64b1bb2a7ee71c783ef5c75875 files touched by this commit This port version is marked as vulnerable.
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/caldera: Fix permission issues with some payload directories

- Fix a problem in ragdoll payload
- Add GOCACHE and GOMODCACHE to caldera_env into caldera rc script. It is
  useful for avoid issues when some payloads are compiled
- Some other modifications
- Bump PORTREVISION
4.1.0_1
11 May 2023 04:33:09
commit hash: 42df5a346683e4c0134eae1cf74058c05b5f5e47commit hash: 42df5a346683e4c0134eae1cf74058c05b5f5e47commit hash: 42df5a346683e4c0134eae1cf74058c05b5f5e47commit hash: 42df5a346683e4c0134eae1cf74058c05b5f5e47 files touched by this commit This port version is marked as vulnerable.
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/caldera: Use caldera user and group into port files

- Update caldera rc file
- Update pkg-plist file
- Atomic plugin was patched for download yaml from alonsobsd/atomic-red-team
  instead of redcanaryco/atomic-red-team github repository until my pull
  request will be approved
- Add/modify entries into pkg-message file
- Bump PORTREVISION
4.1.0
29 Apr 2023 06:08:03
commit hash: 84e20fa24498f24ec36a846f4bb69cad07224937commit hash: 84e20fa24498f24ec36a846f4bb69cad07224937commit hash: 84e20fa24498f24ec36a846f4bb69cad07224937commit hash: 84e20fa24498f24ec36a846f4bb69cad07224937 files touched by this commit This port version is marked as vulnerable.
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/caldera: New port: Automated Adversary Emulation Platform

CALDERA a cyber security platform designed to easily automate adversary
emulation, assist manual red-teams, and automate incident response.

It is built on the MITRE ATT&CK framework and is an active research project
at MITRE.

The framework consists of two components:

- The core system. This is the framework code, consisting of what is available
  in this repository. Included is an asynchronous command-and-control (C2)
  server with a REST API and a web interface.
- Plugins. These repositories expand the core framework capabilities and
  providing additional functionality. Examples include agents, reporting,
  collections of TTPs and more.

Number of commits found: 26