write-ups-challenges-2021-2022/restrictive-racket
2021-12-03 00:33:26 +01:00
..
assets added writeups 2021-12-03 00:33:26 +01:00
challenge.rkt added writeups 2021-12-03 00:33:26 +01:00
challenges.rkt added writeups 2021-12-03 00:33:26 +01:00
either.rkt added writeups 2021-12-03 00:33:26 +01:00
intro.txt added writeups 2021-12-03 00:33:26 +01:00
README.md added writeups 2021-12-03 00:33:26 +01:00
server.rkt added writeups 2021-12-03 00:33:26 +01:00
SOLUTION.md added writeups 2021-12-03 00:33:26 +01:00
validate.rkt added writeups 2021-12-03 00:33:26 +01:00

Restrictive Racket

(contains 4 challenges in total so just add 0, 1, 2, 3 to the name) Description should always be the same.

Text

This is a series of challenges where you need to program something in Scheme but only a small subset of the language is allowed to be used. More information is given on the website: . Correctly solving one of the challenges will yield a flag. You can try to attack the website itself, however it is not recommend since it contains no vulnerabilities to the best of our knowledge.