Guess me
📌Initial Analysis and Understanding
Application activities
<activity
android:name="com.mobilehackinglab.guessme.WebviewActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data
android:scheme="mhl"
android:host="mobilehackinglab"/>
</intent-filter>
</activity>
Activity java code
1- step one understanding java filters
web view analysis

📌Exploitation
1- bypassing deeplink filter

2- execute commands


Last updated