GithubHelp home page GithubHelp logo

boops-boops-docker-container's Introduction

Boops Boops Docker Container

Author: Ken Gannon (@yogehi)

Boops Boops is a re-skinned Drozer application which was developed for the Austin Pwn2Own 2021 competition.

Docker container to run the Boops Boops computer client. This Docker container runs an older version of Ubuntu and Python2.

Setup

You'll need to download Java 7 (jdk-7u80-linux-x64.tar.gz) for Linux x64 machines. At the time of this document's writing, Java 7 can be downloaded here: https://www.oracle.com/java/technologies/javase/javase7-archive-downloads.html

Place the downloaded tar.gz file into the install directory of this project. The resulting folder structure should look like this:

- Dockerfile
- install
  |
  - jdk-7u80-linux-x64.tar.gz

Build and Install

If you want to build this container yourself, use the docker build command to build the Docker container:

docker build -t yogehi/boopsboops_docker .

Alternatively, use the pre-built Docker container at https://hub.docker.com/r/yogehi/boopsboops_docker:

docker pull yogehi/boopsboops_docker

Run and Connect

#Option 1: connect to the phone via network

First, obtain a shell into the container:

docker run -it yogehi/boopsboops_docker

Then run the Drozer command to connect to the phone:

boops console connect --server <phone IP address>

#Option 2: connect to the phone via USB

First, forward port 31415 to the phone via ADB:

adb forward tcp:31415 tcp:31415

Next, obtain a shell into the container while adding an address to the container's Hosts file:

docker run -it --add-host host.docker.internal:host-gateway yogehi/boopsboops_docker

Finally, connect to drozer:

boops console connect --server host.docker.internal

boops-boops-docker-container's People

Contributors

yogehi avatar

Watchers

 avatar  avatar  avatar

Forkers

yogehi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.