From 117e6749c381206c2e9f96071f55f391a56acfaf Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 14 Sep 2024 15:07:11 +0100 Subject: [PATCH] [README]: Format README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6b74c0..eb844ef 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Challenges: (ranked roughly from easiest to hardest) - put user in a python shell, have them try to read the flag from a file - - 2l.sh - read flag from a file using only 2-letter shell commands - - approved.pl - read flag from file using only the commands ls, pwd, whoami - - patience.c - find the code from a binary executable that will print the solution in 1 year's time + - `2l.sh` - read flag from a file using only 2-letter shell commands + - `approved.pl` - read flag from file using only the commands `ls`, `pwd`, `whoami` + - `patience.c` - find the code from a binary executable that will print the solution in 1 year's time Make sure there is a different flag for each challenge.