Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions challenges/forensics/oh-look-a-flag/k8s/config/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: configmap-oh-look-a-flag
version: 1.8.0
version: 1.9.0
description: Challenge configmap for oh-look-a-flag in category forensics
appVersion: "1.8.0"
appVersion: "1.9.0"
type: application
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ metadata:
challenges.ctfpilot.com/type: "none"
challenges.ctfpilot.com/name: "oh-look-a-flag"
challenges.ctfpilot.com/category: "forensics"
challenges.ctfpilot.com/version: "8"
challenges.ctfpilot.com/version: "9"
challenges.ctfpilot.com/configmap: "challenge-config"
challenges.ctfpilot.com/enabled: "true"
ctfpilot.com/component: "challenge-config"
data:
name: "oh-look-a-flag"
path: "challenges/forensics/oh-look-a-flag"
repository: "ctfpilot/challenges-example"
generated_at: "2025-12-20 18:13:54"
generated_at: "2025-12-20 18:35:29"
challenge: |
{
"$schema": "https://raw.githubusercontent.com/ctfpilot/challenge-schema/refs/heads/main/schema.json",
Expand Down
2 changes: 1 addition & 1 deletion challenges/forensics/oh-look-a-flag/k8s/config/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ challenge:
name: oh-look-a-flag
category: forensics
type: none
version: 8
version: 9
path: challenges/forensics/oh-look-a-flag
kubectf:
expires: 3600
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion challenges/forensics/oh-look-a-flag/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8
9
2 changes: 1 addition & 1 deletion challenges/web/the-shared-site/challenge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: shared
instanced_type: web
instanced_name: null
instanced_subdomains: []
connection: null
connection: https://the-shared-site.{{ HOST }}
flag:
- flag: ctfpilot{thanks-for-visiting-the-shared-site}
case_sensitive: false
Expand Down
4 changes: 2 additions & 2 deletions challenges/web/the-shared-site/k8s/config/templates/k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data:
name: "the-shared-site"
path: "challenges/web/the-shared-site"
repository: "ctfpilot/challenges-example"
generated_at: "2025-12-20 18:14:07"
generated_at: "2025-12-20 18:34:31"
challenge: |
{
"$schema": "https://raw.githubusercontent.com/ctfpilot/challenge-schema/refs/heads/main/schema.json",
Expand All @@ -32,7 +32,7 @@ data:
"instanced_type": "web",
"instanced_name": null,
"instanced_subdomains": [],
"connection": null,
"connection": "https://the-shared-site.{{ .Values.kubectf.host }}",
"flag": [
{
"flag": "ctfpilot{thanks-for-visiting-the-shared-site}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
- scaler
containers:
- name: web
image: ghcr.io/ctfpilot/challenges-example-web-where-robots-cannot-search:9
image: ghcr.io/ctfpilot/challenges-example-web-where-robots-cannot-search:10
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: configmap-where-robots-cannot-search
version: 1.9.0
version: 1.10.0
description: Challenge configmap for where-robots-cannot-search in category web
appVersion: "1.9.0"
appVersion: "1.10.0"
type: application
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ metadata:
challenges.ctfpilot.com/type: "web"
challenges.ctfpilot.com/name: "where-robots-cannot-search"
challenges.ctfpilot.com/category: "web"
challenges.ctfpilot.com/version: "9"
challenges.ctfpilot.com/version: "10"
challenges.ctfpilot.com/configmap: "challenge-config"
challenges.ctfpilot.com/enabled: "true"
ctfpilot.com/component: "challenge-config"
data:
name: "where-robots-cannot-search"
path: "challenges/web/where-robots-cannot-search"
repository: "ctfpilot/challenges-example"
generated_at: "2025-12-20 18:14:04"
generated_at: "2025-12-20 18:35:37"
challenge: |
{
"$schema": "https://raw.githubusercontent.com/ctfpilot/challenge-schema/refs/heads/main/schema.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ challenge:
name: where-robots-cannot-search
category: web
type: web
version: 9
version: 10
path: challenges/web/where-robots-cannot-search
kubectf:
expires: 3600
Expand Down
2 changes: 1 addition & 1 deletion challenges/web/where-robots-cannot-search/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
10