Skip to content

Commit

Permalink
add notice file
Browse files Browse the repository at this point in the history
  • Loading branch information
dotanpatrich committed Oct 15, 2024
1 parent dc92697 commit b8fd83a
Show file tree
Hide file tree
Showing 3 changed files with 994 additions and 0 deletions.
1 change: 1 addition & 0 deletions Images/attacker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ WORKDIR /simulation
RUN cp /bin/true xmrig
RUN chmod +x attack.sh
ENV SCENARIO=all
COPY /NOTICE /NOTICE
CMD ["./attack.sh"]
1 change: 1 addition & 0 deletions Images/victim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ COPY cfg/nginx.conf /etc/nginx/nginx.conf
COPY cfg/web.conf /etc/php-fpm.d/web.conf
RUN mkdir /var/lib/nginx
RUN chown nginx:nginx /var/www/html
COPY /NOTICE /NOTICE
CMD ["sh", "-c", "php-fpm && nginx -g 'daemon off;'"]
Loading

0 comments on commit b8fd83a

Please sign in to comment.