downloaded challenges
didnt know they would publish everything
This commit is contained in:
6
DownUnderCTF 2023/beginner/xxd-server/xxd_server/Dockerfile
Executable file
6
DownUnderCTF 2023/beginner/xxd-server/xxd_server/Dockerfile
Executable file
@@ -0,0 +1,6 @@
|
||||
FROM php:8.1-apache
|
||||
|
||||
COPY index.php .htaccess /var/www/html/
|
||||
COPY flag /
|
||||
RUN sed -i 's/AllowOverride None/AllowOverride All/g' /etc/apache2/apache2.conf
|
||||
RUN mkdir -p /var/www/html/uploads && chmod 1333 /var/www/html/uploads
|
||||
Reference in New Issue
Block a user