Prints - Mobile Hacking Community CTF Writeup
Walkthrough for the Prints Android reverse engineering challenge from Mobile Hacking Community CTF.
Prints - Mobile Hacking Community CTF Writeup
Challenge Info
| Field | Details |
|---|---|
| CTF | Mobile Hacking Community CTF |
| Challenge | Prints |
| Category | Android / Reverse Engineering |
Solution
We can start by installing and opening the app in our emulator
It is a login screen and it says that we need biometrics to login but of course we cannot do that since we are running it in an emulator We must use a biometric bypass Frida script to login For that, I used ` Universal Android Biometric Bypass`
Source: https://codeshare.Frida.re/@ax/universal-android-biometric-bypass/ We can load this script and try to login,
We do see the flag after login, /
Flag
1
FLAG:MHC{by3_by3_f1ng3r_b4nk}
This post is licensed under CC BY 4.0 by the author.

