From cdbfc2482ca349768ca360eef5815b2ea9244b8c Mon Sep 17 00:00:00 2001 From: Arsenio Aguirre Date: Thu, 5 Nov 2020 11:21:45 -0300 Subject: [PATCH] feat: add texlive-full and latexmk --- CHANGELOG.md | 3 ++- Dockerfile | 2 ++ README.md | 14 +++++++++++--- shell/banner | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 044cc53..fd0d1c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog for Docker image - + ## 0.3.2 * feat: add rsyslog and fcrackzip +* feat: add texlive-full and latexmk ## 0.3.1 diff --git a/Dockerfile b/Dockerfile index 97cecf8..d2cfa3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,6 +61,8 @@ RUN \ ssh \ rsyslog \ fcrackzip \ + texlive-full \ + latexmk \ # patator dependencies libmysqlclient-dev \ # evil-winrm dependencies diff --git a/README.md b/README.md index afb25ed..bde2948 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ Offensive Docker is an image with the more used tools to create an pentest envir - [Other resources](#other-resources) - [Custom functions](#custom-functions) - [Other services](#other-services) + - [Reporting tools](#reporting-tools) - [:memo: Documentation](#memo-documentation) - [:hammer_and_wrench: Usage](#hammer_and_wrench-usage) - [Option 1 - Use the github repository](#option-1---use-the-github-repository) @@ -344,6 +345,10 @@ Offensive Docker is an image with the more used tools to create an pentest envir - ssh - rsyslog +### Reporting tools + +- Latex + ## :memo: Documentation See the project's [wiki](https://github.com/aaaguirrep/offensive-docker/wiki) for documentation. @@ -446,11 +451,14 @@ Create a new Dockerfile with the next steps, build a new image and run a new con The image was tested in the following environments: -- Docker service for Mac: Docker version 19.03.13, build 4484c46d9d +- Docker service for Mac + ```Docker version 19.03.13, build 4484c46d9d``` -- Docker service for Linux instance on Google Cloud Platform: Docker version 19.03.6, build 369ce74a3c +- Docker service for Linux instance on Google Cloud Platform + ```Docker version 19.03.6, build 369ce74a3c``` -- Docker service for Linux droplet on Digital Ocean: Docker version 19.03.6, build 369ce74a3c +- Docker service for Linux droplet on Digital Ocean + ```Docker version 19.03.6, build 369ce74a3c``` ## :warning: Warning diff --git a/shell/banner b/shell/banner index f3e05ce..1a1c4dc 100644 --- a/shell/banner +++ b/shell/banner @@ -1,4 +1,4 @@ -export VERSION=v0.3.1 +export VERSION=v0.3.2 # Colours greenColour="\e[0;32m\033[1m" endColour="\033[0m\e[0m"