tcp lab almost finished and mitnick lab initialized

This commit is contained in:
2026-05-04 01:06:06 +08:00
parent cbcdae4b75
commit 31394e883b
26 changed files with 980 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
FROM handsonsecurity/seed-ubuntu:large
ARG DEBIAN_FRONTEND=noninteractive
# Extra package needed by the Mitnick Attack Lab
RUN apt-get update \
&& apt-get -y install \
rsh-redone-client \
rsh-redone-server \
&& rm -rf /var/lib/apt/lists/*