Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctfer-io/pulumi-ctfd
Let's code your CTF(d)
https://github.com/ctfer-io/pulumi-ctfd
ctf ctfd infrastructure-as-code provider pulumi
Last synced: about 2 months ago
JSON representation
Let's code your CTF(d)
- Host: GitHub
- URL: https://github.com/ctfer-io/pulumi-ctfd
- Owner: ctfer-io
- License: apache-2.0
- Created: 2024-02-05T09:52:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T12:28:11.000Z (2 months ago)
- Last Synced: 2024-10-29T22:51:04.542Z (2 months ago)
- Topics: ctf, ctfd, infrastructure-as-code, provider, pulumi
- Language: Python
- Homepage: https://www.pulumi.com/registry/packages/ctfd
- Size: 808 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## Context
[CTFd](https://ctfd.io) is an open-source CTFd platform famous for its simplicity and extensibility.
It has been used for various Capture The Flag (CTF) events, originally for the [CSAW](https://www.csaw.io/ctf), later by others such the [BreizhCTF](https://www.breizhctf.com/).One of [CTFer](https://ctfer.io) approach is seeing the CTFd resources as simply as objects with CRUD operations (e.g. challenges).
From this simplification arise a possibility: managing them as Terraform resources, which we did with the [Terraform Provider for CTFd](https://github.com/ctfer-io/terraform-provider-ctfd).
Nevertheless, due to the limitations of Terraform and the necessity to bring reproducibility to Capture The Flag events, as stated by multiple organizers, we had to go further and give it an additional predicate: managing them as code through programming language.[Pulumi](https://www.pulumi.com/docs/get-started) is an Infrastructure-as-Code (IaC) and Free Open-Source Software (FOSS) tool that is a first-class opportunity for this.
To sum it up, you can manage a Capture The Flag event based upon CTFd in multiple programming languages.
## SDK
To install the provider, refer to [this documentation](/docs/installation-configuration.md).
For more information on how to use the SDK in your favorite language, refer to [this documentation](/docs/_index.md).