Drozer Cheat Sheet

drozer is a security testing framework for Android.

drozer allows you to search for security vulnerabilities in apps and devices by assuming the role of an app and interacting with the Android Runtime, other apps' IPC endpoints and the underlying OS.

drozer provides tools to help you use, share and understand public Android exploits.

drozer is open source software, maintained by WithSecure, and can be downloaded from: https://labs.withsecure.com/tools/drozer/

  1. Install Drozer via commandsudo pip3 install drozer-3.0.2-py3-none-any.whl

  2. Install apk file in the emulator via command: adb install drozer-agent.apk

  3. Initialize drozer server and get the port

  4. Now forward traffick to this port and connect drozer console

  5. Now here is some usefull drozer commands

Last updated

Was this helpful?