Drozer
- Drozer is a security testing framework for Android that helps assess app vulnerabilities.
- It allows interaction with app components like activities, services, and content providers.
- Start the Drozer server and connect a device:
drozer console connect - Enumerate exported components of an app:
run app.package.list -f <app_name>
