Skip to content

Commit cdbfc24

Browse files
committed
feat: add texlive-full and latexmk
1 parent 14fd508 commit cdbfc24

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog for Docker image
2-
<!--LATEST=0.3.1-->
2+
<!--LATEST=0.3.2-->
33

44
## 0.3.2
55

66
* feat: add rsyslog and fcrackzip
7+
* feat: add texlive-full and latexmk
78

89
## 0.3.1
910

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ RUN \
6161
ssh \
6262
rsyslog \
6363
fcrackzip \
64+
texlive-full \
65+
latexmk \
6466
# patator dependencies
6567
libmysqlclient-dev \
6668
# evil-winrm dependencies

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Offensive Docker is an image with the more used tools to create an pentest envir
6969
- [Other resources](#other-resources)
7070
- [Custom functions](#custom-functions)
7171
- [Other services](#other-services)
72+
- [Reporting tools](#reporting-tools)
7273
- [:memo: Documentation](#memo-documentation)
7374
- [:hammer_and_wrench: Usage](#hammer_and_wrench-usage)
7475
- [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
344345
- ssh
345346
- rsyslog
346347

348+
### Reporting tools
349+
350+
- Latex
351+
347352
## :memo: Documentation
348353

349354
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
446451

447452
The image was tested in the following environments:
448453

449-
- Docker service for Mac: Docker version 19.03.13, build 4484c46d9d
454+
- Docker service for Mac
455+
```Docker version 19.03.13, build 4484c46d9d```
450456

451-
- Docker service for Linux instance on Google Cloud Platform: Docker version 19.03.6, build 369ce74a3c
457+
- Docker service for Linux instance on Google Cloud Platform
458+
```Docker version 19.03.6, build 369ce74a3c```
452459

453-
- Docker service for Linux droplet on Digital Ocean: Docker version 19.03.6, build 369ce74a3c
460+
- Docker service for Linux droplet on Digital Ocean
461+
```Docker version 19.03.6, build 369ce74a3c```
454462

455463
## :warning: Warning
456464

shell/banner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export VERSION=v0.3.1
1+
export VERSION=v0.3.2
22
# Colours
33
greenColour="\e[0;32m\033[1m"
44
endColour="\033[0m\e[0m"

0 commit comments

Comments
 (0)