diff --git a/Dockerfile b/Dockerfile index 059af30..347aeb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu -RUN apt update && apt install tree nano openssh-server iproute2 sudo -y +RUN apt update && apt install tree nano openssh-server iproute2 iputils-ping sudo -y RUN useradd -rm -d /home/ubuntu -s /bin/bash -g root -G sudo -u 1000 test RUN echo 'test:test' | chpasswd RUN service ssh start diff --git a/assets/accessi/README.md b/assets/accessi/README.md index fee3d28..5c25734 100644 --- a/assets/accessi/README.md +++ b/assets/accessi/README.md @@ -6,6 +6,6 @@ Conta gli accessi registrati nel file di log `access.log` enumerando le richiest Il checksum della soluzione รจ dato da ```bash -cat num_access.txt | sha1sum +cat access_num.txt | sha1sum ```