Skip to content

Commit

Permalink
class6: add ncat to victim machine
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyStoic committed Oct 30, 2024
1 parent 0f5126b commit 1ea9681
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions classes/class06/ssh/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM debian:bookworm

RUN apt update && \
apt install -y openssh-server
RUN apt update && apt install -y openssh-server ncat

RUN mkdir -p /var/run/sshd
RUN mkdir -p /root/.ssh
Expand Down

0 comments on commit 1ea9681

Please sign in to comment.