CTT23{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}
- Start by opening AVD in Android Studio.
- Install the app in AVD.
- After launching the app, we can see that it is a simple app with button. But after we press the button, nothing happens. Only the text is shown
The flag was returned but cannot be displayed. Can you help find the flag ???.
This make me think that the flag is hidden outside the app, the app should be using some kind of API to get the flag. So I use burpsuite to intercept the traffic.
- To intercept the traffic, we need to set the proxy in AVD. Go to
Settings > Proxyand set the proxy to your burpsuite proxy. Also we need to start the intercept in burpsuite.
- After pressing the button, we can see that there is a request to
http://18.143.235.72/getmflag
- I use
curlto send the request to the server again.
- The result is
CTT23{c00l_int3rc3pt0r}








