This repository contains an example reference system for MITRE's 2021 Embedded System CTF (eCTF). This code is incomplete, insecure, and does not meet MITRE standards for quality. This code is being provided for educational purposes to serve as a simple example that meets the minimum functional requirements for the 2021 eCTF. Use this code at your own risk!
Please see the Getting Started Guide.
Also see the distributed walkthrough slides for a guide to working with and running this code.
The example code is structured as follows
controller/
- Contains everything to build the SCEWL Bus Controller. See Controller READMEcpu/
- Contains everything to build the user code of the CPU. See CPU READMEdockerfiles/
- Contains all Dockerfiles to build systemradio/
- Contains the Radio Waves Emulatorsocks/
- Directory to hold sockets for the network backendtools/
- Miscellaneous tools to run and interract with deploymentsMakefile
- Root Makefile to build deployments