How to install drozer with docker

8 months ago 53
BOOK THIS SPACE FOR AD
ARTICLE AD

How to install drozer with docker

go to the official web site https://www.docker.com/products/docker-desktop/ and download it wathever wich you have windows or mac or linux

after that open your terminal

Run the following command

docker build -t withsecurelabs/drozer https://github.com/WithSecureLabs/drozer.git#develop:docker

This command fetches the Dockerfile and associated files from the specified GitHub repository and builds the Drozer Docker image with the tag withsecurelabs/drozer.

After the build process completes successfully, you can verify that the image is created by running:

docker images

This command will list all Docker images on your system, and you should see withsecurelabs/drozer among them.

Once the image is built, you can run Drozer in a container by using the following command:

docker run -it withsecurelabs/drozer

let’s try drozer modules

we need our phone and cable usb and drozer Agent and AirDorid Cast

drozer Agent

you can download it from here
https://github.com/as0ler/Android-Tools/blob/master/drozer/drozer-agent-2.3.4.apk

you need to install it on your phone

AirDorid Cast

you can download it from here

you will need install it one on your machine and your phone also

you will connect your phone to your machine with cable usb

First
you will start drozer Agent from your phone like this photo

we will try on Diva Application.apk so you can download it from here

you will open your AirDroid Cast from your machine

after that you will open your AirDroid Cast from your phone and press on scan QR cod and scan your your QR cod in your AirDroid Cast from your side machine

here we go

you will enable your drozer Agent on your phone like this photo

after that you will start drozer from your terminal through docker

after that run this comand in your terminal

docker run - net host -it withsecure labs/drozer console connect - server 192.168.1.7

you can get your ip adress from your phone network

after that we need name of your application so to get that run this command

run app.package.list

this our app jakhar.aseem.diva

run this command to get information about our app

run app.package.info -a jakhar.aseem.diva

you can learn drozer command from this photo

This is the end of our article today. I hope I explained it in a good way. If you benefited from this article, you can share it with your friends and follow me here.

You can follow me on Twitter and Facebook. I will post useful information soon

https://twitter.com/NOMAD0___

https://curiouscat.live/nomad0

Read Entire Article