[README]: Format README

This commit is contained in:
2024-09-14 15:07:11 +01:00
parent 24b18a1206
commit 117e6749c3

View File

@ -1,7 +1,7 @@
Challenges: (ranked roughly from easiest to hardest) Challenges: (ranked roughly from easiest to hardest)
- put user in a python shell, have them try to read the flag from a file - 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 - `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 - `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 - `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. Make sure there is a different flag for each challenge.