From 78a72cbe2fb1f31fb18a98248dec63d17b99bf88 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 13 Oct 2021 13:28:17 -0700 Subject: [PATCH] CTF is live --- tools/CTF.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tools/CTF.md diff --git a/tools/CTF.md b/tools/CTF.md new file mode 100644 index 000000000..0667ce918 --- /dev/null +++ b/tools/CTF.md @@ -0,0 +1,20 @@ +Welcome to the first part of the comma CTF! +---------------- + +* all the flags are contained in this route: `0c7f0c7f0c7f0c7f|2021-10-13--13-00-00` +* there's 2 flags in each segment, with roughly increasing difficulty +* everything you'll need to find the flags is in the openpilot repo + * grep is also your friend + * first, [setup](https://github.com/commaai/openpilot/tree/master/tools#setup-your-pc) your PC + * read the docs & checkout out the tools in tools/ and selfdrive/debug/ + * tip: once you get the replay and UI up, start by familiarizing yourself with seeking in replay + +getting started +```bash +# start the route reply +cd selfdrive/ui/replay +./replay '0c7f0c7f0c7f0c7f|2021-10-13--13-00-00' --dcam --ecam + +# start the UI in another terminal +selfdrive/ui/ui +```