Skip to content

Collection of docker images to be used for exploit development and testing

License

Notifications You must be signed in to change notification settings

mishrasunny174/pwn-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwn-docker

Docker Pulls Build and Push to dockerhub Build and push to github package repository

These images can be used to quickly spin up an exploit development environment to test and develop exploits for binary exploitation ctf challenges.

Usage

docker run --rm -v $PWD:/hack --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -it mishrasunny174/pwn-docker:latest

Preinstalled Glibc Versions

amd64

  • 2.23-0ubuntu5
  • 2.27-3ubuntu1
  • 2.28-0ubuntu1
  • 2.29-0ubuntu2
  • 2.31-0ubuntu9.2
  • 2.32-0ubuntu3
  • 2.33-0ubuntu5

i386

  • 2.23-0ubuntu5

About

Collection of docker images to be used for exploit development and testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published