setting up drozer



Installing server 

create python 2.7, and then create your environment. Then install using drozer server side using :-

https://github.com/mwrlabs/drozer/releases/download/2.4.4/drozer-2.4.4-py2-none-any.whl

pip install drozer-2.4.4-py2-none-any.whl

Start emulator 

./emulator avd Pixel_2_API_27

Install the agent using

adb install drozer-agent-2.3.4.apk

adb forward tcp:31415 tcp:31415

Please goto your android emulator and then run Drozer by firing up the application and then click on "Off" (to turn it on)


Next, run

 drozer console connect


Now, we are in. To list all the command please type

"ls"

Some common command to use are :-

app.package.attacksurface


How to do something useful with it?



Trying to look for database for passwords


run scanner.provider.findurls com.android.chrome.browser


run app.provider.query content://com.google.settings/partner










Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm