NahamCon CTF 2022 – Mobilize

Description: Autobots. ROLLL OUTT!!!!!!

NahamCon CTF 2022 - Mobilize

Install the APK file with ADB

				
					adb install -r mobilize.apk
				
			

This app doesn’t nothing haha.

Just, extract the app with jadx or just unzip.
Inside of res/values/strings.xml you can find the flag.

Or just

				
					unzip mobilize.apk && strings resources.arsc | grep flag
				
			

Flag: flag{e2e7fd4a43e93ea679d38561fa982682}

I hope you found it useful (:

Leave a Reply

Your email address will not be published. Required fields are marked *