hexpwn / drozer-docker

Drozer (2.4.4) docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drozer docker container

UPDATED: 2020-jun-02

Docker container for Android analysis with Drozer (https://github.com/FSecureLABS/drozer)

  • Latest Debian
  • Openjdk 11
  • Android SDK 28
  • Drozer 2.4.4

Installation

git clone https://github.com/hexpwn/drozer-docker.git
cd drozer-docker
docker build drozer .
chmod +x start.sh

Running

  1. Connect your Android phone via USB to your host machine.

  2. Run ./start.sh to start the container.

You may be asked by your phone to authorize USB debugging.

If you have not previously installed the Drozer Agent, inside the docker image run:

adb install drozer-agent-2.3.4.apk
  1. Start the Drozer Agent app on your phone and turn the Embedded Server ON

  2. Start drozer with command drozer

About

Drozer (2.4.4) docker container


Languages

Language:Dockerfile 87.6%Language:Shell 12.4%