SlothDotEXE / PRET-Docker

PRET inside of a Python 2.7 environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PRET-Docker

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

Usage

Docker Pull (Easiest)

  1. Pull the image via docker pull slothdotexe/pret-docker
  2. Simply run and enter into the machine via docker run -it slothdotexe/pret-docker /bin/bash

Build from Dockerfile (Manual)

  1. Clone from Repo git clone https://github.com/SlothDotEXE/PRET-Docker
  2. Build the image docker build -t pret-docker .
  3. Find the ran image in docker ps -a, and tag it with docker tag <IMAGE_ID> pret-docker
  4. Run the image with docker run -it pret-docker /bin/bash

About

PRET inside of a Python 2.7 environment.

License:MIT License


Languages

Language:Dockerfile 100.0%