Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexpwn/drozer-docker
Drozer (2.4.4) docker container
https://github.com/hexpwn/drozer-docker
Last synced: 21 days ago
JSON representation
Drozer (2.4.4) docker container
- Host: GitHub
- URL: https://github.com/hexpwn/drozer-docker
- Owner: hexpwn
- Created: 2020-06-01T23:09:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T23:40:01.000Z (over 4 years ago)
- Last Synced: 2024-08-05T17:25:06.026Z (4 months ago)
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - hexpwn/drozer-docker - Drozer (2.4.4) docker container (Dockerfile)
README
# 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
```
4. Start the Drozer Agent app on your phone and turn the Embedded Server **ON**5. Start drozer with command `drozer`