{"id":19260359,"url":"https://github.com/mitre/builder","last_synced_at":"2025-04-21T16:31:41.044Z","repository":{"id":45314935,"uuid":"255948228","full_name":"mitre/builder","owner":"mitre","description":"Caldera plugin to dynamically compile code segments from abilities","archived":false,"fork":false,"pushed_at":"2024-07-11T16:01:34.000Z","size":47,"stargazers_count":3,"open_issues_count":1,"forks_count":8,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-04-01T14:22:11.978Z","etag":null,"topics":["caldera","caldera-plugin"],"latest_commit_sha":null,"homepage":"https://caldera.mitre.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mitre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-15T14:49:40.000Z","updated_at":"2024-08-30T22:32:20.000Z","dependencies_parsed_at":"2024-07-11T18:13:33.164Z","dependency_job_id":"314abf9a-f24c-4a80-acbf-e6bd64bef7d1","html_url":"https://github.com/mitre/builder","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitre%2Fbuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitre%2Fbuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitre%2Fbuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitre%2Fbuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitre","download_url":"https://codeload.github.com/mitre/builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250090894,"owners_count":21373270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["caldera","caldera-plugin"],"created_at":"2024-11-09T19:20:09.075Z","updated_at":"2025-04-21T16:31:40.538Z","avatar_url":"https://github.com/mitre.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MITRE Caldera Plugin: Builder\n\nThe Builder plugin enables Caldera to dynamically compile code segments into payloads that can be executed as abilities \nby implants.\n\n### Installation:\n\nInstall the required docker components with the following command:\n```Bash\nsudo ./install.sh\n```\n\n### Dependencies/Requirements:\n1. Docker\n2. docker-py\n\n### Sample Ability\n\nThe following ability will compile the HelloWorld.exe executable, copy it to the machine running the agent, and execute\nit using either cmd or PowerShell.\n\n```yaml\n---\n\n- id: 096a4e60-e761-4c16-891a-3dc4eff02e74\n  name: C# Hello World\n  description: Dynamically compile HelloWorld.exe\n  tactic: execution\n  technique:\n    attack_id: T1059\n    name: Command-Line Interface\n  platforms:\n    windows:\n      psh,cmd:\n        build_target: HelloWorld.exe\n        language: csharp\n        code: |\n          using System;\n\n          namespace HelloWorld\n          {\n              class Program\n              {\n                  static void Main(string[] args)\n                  {\n                      Console.WriteLine(\"Hello World!\");\n                  }\n              }\n          }\n```\n\nDLL dependencies can be added by declaring a `payloads` list at the root of the ability.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitre%2Fbuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitre%2Fbuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitre%2Fbuilder/lists"}