Babyseek
Description
<No Description After CTF Ended...>
Solution
We are given simple website which functions as Uppercase Encoder
.

Checking what technology is used with Wappalyzer we find it's Python, which should be a hint for possible SSTI.

Giving a quick SSTI test:

First lets find where flag is:

Profit:

Flag: FLAG{N1C3!UR_4_B4BY!}
Last updated