write-ups-challenges-2022-2023/cyber-grandmas-cake/SOLUTION.md

14 lines
434 B
Markdown
Raw Permalink Normal View History

2022-11-24 21:59:22 +00:00
## Difficulty
easy - 100/500 punten
(Je moet gewoon de Chef compiler vinden en de file runnen)
## How To Solve
The program is written in the Chef language. All you have to do is run
it with an interpreter like [this](https://github.com/booleancoercion/rchef) one
and the flag will roll right out.
Other possible interpreters: [java interpreter](https://github.com/joostrijneveld/Chef-Interpreter)
## Flag
IGCTF{tH3_c4K3_1S_a_L1E}