PRET inside of a Python 2.7 environment.
This image provides a functional Python 2.7 environment and PRET (Printer Exploitation Toolkit) clone within a Debian base.
- The PRET folder can be found in
/home/user/PRET
- PIP has additional installs of
colorama pysnmp
- Additional apt installation of
imagemagick ghostscript
PRET documentation can be found here.
Original image taken from codenvy/python27.
DockerHub link can be found here
- Pull the image via
docker pull slothdotexe/pret-docker
- Simply run and enter into the machine via
docker run -it slothdotexe/pret-docker /bin/bash
- Clone from Repo
git clone https://github.com/SlothDotEXE/PRET-Docker
- Build the image
docker build -t pret-docker .
- Find the ran image in
docker ps -a
, and tag it withdocker tag <IMAGE_ID> pret-docker
- Run the image with
docker run -it pret-docker /bin/bash