Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.04 KB

Intro to Chrome Exploitation

Overview

Class materials from Intro to Chrome Exploitation @ OWASP Portland 2019:

Docker Environment

To follow along with the class, you will need to create a container from the prebuilt docker image. The image is 8GB and expands to 20GB.

  1. Install Docker:
    macOS: brew cask install docker && brew install docker
    Ubuntu: sudo apt update && sudo apt install docker.io
    Windows: https://docs.docker.com/docker-for-windows/install/
  2. Pull: ./pull -- This will pull owasp2019chrome/class-env:latest from docker hub.
    • Add any customizations to the Dockerfile

Managemnt

  • start - Start the built image
  • stop - Stop the running image
  • connect [COMMAND] - Connect to the running container. By default, if no argument is provided, a new tmux session is created.