3.4.1 Activities
DROZER
run app.activity.info -a com.x.x.x
run app.activity.start --component com.x.x.x com.x.x.x.ActivityName
ADB
adb shell am start -n com.x.x.x/ActivityName
THINGS TO REPORT
Bypass so called "protected" activities (i.e. creds needed) and access sensitive information
Accessed "hidden" activities (if Admin-UI or Debug-UI are implemented)
Last updated
Was this helpful?