Skip to content

Commit 14fd508

Browse files
committed
feat: add rsyslog and fcrackzip
1 parent 619971f commit 14fd508

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog for Docker image
22
<!--LATEST=0.3.1-->
33

4+
## 0.3.2
5+
6+
* feat: add rsyslog and fcrackzip
7+
48
## 0.3.1
59

610
* feat: add ssh service.

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ RUN \
5959
dos2unix \
6060
openjdk-8-jdk \
6161
ssh \
62+
rsyslog \
63+
fcrackzip \
6264
# patator dependencies
6365
libmysqlclient-dev \
6466
# evil-winrm dependencies

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ Offensive Docker is an image with the more used tools to create an pentest envir
128128
- htop
129129
- tree
130130
- [gotop](https://github.com/cjbassi/gotop)
131+
- fcrackzip
131132

132133
### Network tools
133134

@@ -341,6 +342,7 @@ Offensive Docker is an image with the more used tools to create an pentest envir
341342
- apache2
342343
- squid
343344
- ssh
345+
- rsyslog
344346

345347
## :memo: Documentation
346348

@@ -444,7 +446,7 @@ Create a new Dockerfile with the next steps, build a new image and run a new con
444446

445447
The image was tested in the following environments:
446448

447-
- Docker service for Mac: Docker version 19.03.5, build 633a0ea
449+
- Docker service for Mac: Docker version 19.03.13, build 4484c46d9d
448450

449451
- Docker service for Linux instance on Google Cloud Platform: Docker version 19.03.6, build 369ce74a3c
450452

0 commit comments

Comments
 (0)