From 5497a7e9a2bff19256694e5e3f93958393293f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Sun, 13 Feb 2022 19:14:31 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e908e4c..6568445 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ COPY resources/ /var/www/localhost/htdocs/VulnerableApp-php/resources COPY vulnerablehtaccess/ /var/www/localhost/htdocs/VulnerableApp-php/images/specialimages RUN chmod -R 777 /var/www/localhost/htdocs/ && \ sed -i '//,/<\/Directory>/ s/AllowOverride None/AllowOverride All/' /etc/apache2/httpd.conf \ -&& sed -i 's/\\.php$>/"(?i)\\.php$|\\.php5$|\\.php4$|\\.php3$|\\.phtml$|\\.phpt$">/' /etc/apache2/conf.d/php.conf \ No newline at end of file +&& sed -i 's/\\.php$>/"(?i)\\.php$|\\.php5$|\\.php4$|\\.php3$|\\.phtml$|\\.phpt$">/' /etc/apache2/conf.d/php.conf