Level1
So, after starting Flare-On X, I quickly found out that I was in for a lot of pain if I was to try to take it on with my current skill-set, so I’m starting fresh from the first edition of the project:
This challenge is pretty trivial, looking through the code we can find a function that seems to do some encoding operations to a hardcoded secret.
Looking at this, we can just add some breakpoints and find the flag between these operations… Or, we can just create a quick script and output the flag ourselves, by just copying the Resources.dat_secret value, and then implementing the first for loop.
Running this, it should spit out 3rmahg3rd.b0b.d0ge@flare-on.com
, which would be the address you’d contact back in 2014 to get the second challenge :)