Skip to content
Paradis Perdu edited this page Feb 27, 2019 · 1 revision

Installation

adb install drozer-agent.apk

sudo dpkg -i drozer.deb

Starting Drozer

adb forward tcp:31415 tcp:31415

Make sure the agent is running on the device

drozer console connect

Basic Commands

Command Description
run app.package.list List all packages
run app.package.list -f {string} Search list of packages by name
run app.package.info -a {package} find out information about a package
run app.package.attacksurface {package} view exported app components
run app.activity.info -a {package} Identify a list of exported activities by a package
run app.activity.start --component {package} {component} Launch an activity
run app.broadcast.send --action {broadcast receiver} --extra Send a message to a broadcast receiver

Clone this wiki locally