-
Notifications
You must be signed in to change notification settings - Fork 0
Drozer
Paradis Perdu edited this page Feb 27, 2019
·
1 revision
- https://github.com/mwrlabs/drozer (source)
- http://mwr.to/drozer (compiled)
adb install drozer-agent.apk
sudo dpkg -i drozer.deb
adb forward tcp:31415 tcp:31415
Make sure the agent is running on the device
drozer console connect
| 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 |