t0thkr1s / offsec

Docker environment for exploit development.

Home Page:https://medium.com/infosec-adventures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Image CI

The Dockerfile is based on the ubuntu:rolling image.

Build The Image

docker build -t offsec .

Start The Container

The current working directory will be shared and mapped to the /root/shared directory.

docker run --hostname offsec --rm -v $PWD:/root/shared --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -d --name offsec -i offsec

Spawn a Shell

docker exec -it offsec /bin/bash