Skip to content

Commit

Permalink
feat: add texlive-full and latexmk
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaguirrep committed Nov 5, 2020
1 parent 14fd508 commit cdbfc24
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog for Docker image
<!--LATEST=0.3.1-->
<!--LATEST=0.3.2-->

## 0.3.2

* feat: add rsyslog and fcrackzip
* feat: add texlive-full and latexmk

## 0.3.1

Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ RUN \
ssh \
rsyslog \
fcrackzip \
texlive-full \
latexmk \
# patator dependencies
libmysqlclient-dev \
# evil-winrm dependencies
Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion shell/banner
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit cdbfc24

Please sign in to comment.