From 24b18a120602d4d0acf56868c225621218502a28 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 14 Sep 2024 15:06:10 +0100 Subject: [PATCH] [README]: Add README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d6b74c0 --- /dev/null +++ b/README.md @@ -0,0 +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 + +Make sure there is a different flag for each challenge.