← Back
Resources | Avishai’s CTF Writeups

Avishai's CTF Writeups

Yalla Balagan! A collection of my CTF writeups and solutions.

View on GitHub

First, this is the challenge:

400 This is the code of the submitFlag function:

We can see it compare the string we input, with the value of the key cmVzb3VyY2VzX3lv.

We can find the value inside res/values/strings.xml:

So, the flag is: F1ag_thr33.

Another way will be to use frida, same as we did Login