Drozer Cheat Sheet
Last updated
Last updated
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/
Download python3 version from https://github.com/WithSecureLabs/drozer/releases
Download the Drozer agent apk file from https://github.com/WithSecureLabs/drozer-agent/releases/tag/3.0.0
Install Drozer via commandsudo pip3 install drozer-3.0.2-py3-none-any.whl
Install apk file in the emulator via command: adb install drozer-agent.apk
Initialize drozer server and get the port
Now forward traffick to this port and connect drozer console
Now here is some usefull drozer commands