summaryrefslogtreecommitdiffstats
path: root/iv/oc_challs/ov/challenge.yml
diff options
context:
space:
mode:
Diffstat (limited to 'iv/oc_challs/ov/challenge.yml')
-rw-r--r--iv/oc_challs/ov/challenge.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/iv/oc_challs/ov/challenge.yml b/iv/oc_challs/ov/challenge.yml
new file mode 100644
index 0000000..1662add
--- /dev/null
+++ b/iv/oc_challs/ov/challenge.yml
@@ -0,0 +1,23 @@
+# ctfcli ctfd challenge spec: https://github.com/CTFd/ctfcli/blob/master/ctfcli/spec/challenge-example.yml
+
+name: "1bitVM"
+author: "anton@sijanec.eu"
+category: misc
+description: 1bitVM is an idea for an architecture with one instruction bit. It is currently serving a simple website and is storing the flag somewhere in it's mere 128 bits of RAM. Local setup: run make run to start the server on port 6844 locally
+value: 8
+type: standard
+
+image: healthcheck
+
+protocol: tcp
+
+connection_info: nc b.4a.si 6844
+
+flags:
+ - cnctf{hard2pwnUnknownArch}---
+ - cnctf{hard2pwnUnknownArch}
+
+files:
+ - 1bitvm.tar.gz
+
+version: 0.1