Challenge by: realansgar
Writeup by: rebane2001
The challenge consists of a simple Flask webapp that lets you eval arbitrary Python code in a jail in order to evaluate your solution to a leetcode-style programming challenge. The flag can be retrieved by running the /readflag
setuid program. The source code was provided.