Class materials from Intro to Chrome Exploitation @ OWASP Portland 2019:
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.
- 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/ - Pull:
./pull
-- This will pullowasp2019chrome/class-env:latest
from docker hub.- Add any customizations to the Dockerfile
start
- Start the built imagestop
- Stop the running imageconnect [COMMAND]
- Connect to the running container. By default, if no argument is provided, a newtmux
session is created.