From 65929200e4f62298d15996a9b3bd234b30dffaff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sat, 14 Oct 2023 16:46:20 +0200 Subject: oc challs --- iv/oc_challs/ov/challenge.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 iv/oc_challs/ov/challenge.yml (limited to 'iv/oc_challs/ov/challenge.yml') 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 -- cgit v1.2.3