I’m trying to solve a Machine Learning CTF challenge. This is the link, and here is the code behind the website. I need to get the flag, which, from what I’ve seen (in src/api/v1/predict/index.ts
), is being printed when the “l33t” label has the highest score in the totalScores
object. I tried multiple prompts, but nothing worked. Any help with this will be greatly appreciated.