December 2013
Intermediate to advanced
350 pages
8h 1m
English
Much like enumerating activities and packages, drozer also provides some modules for listing all of the content providers and some information on them. The following recipe talks about how to do this using the app.provider.info module.
Let's get started enumerating content providers.
dz> run app.provider.info
Let's take a look at the code for the app.provider.info module.
The following code is available at https://github.com/mwrlabs/drozer/blob/766329cacde6dbf1ba05ca5dee36b882041f1b01/src/drozer/modules/app/provider.py ...
Read now
Unlock full access