Beautiful RFI challenge is working

This commit is contained in:
2025-01-31 16:20:00 +01:00
parent 4bb232c3ce
commit 502b1a241e
7 changed files with 19 additions and 4 deletions

View File

@ -0,0 +1,10 @@
#!/bin/sh
echo Start hidden server
cd /hidden_server/
php -S 127.0.0.1:4567 &
cd
echo Run main server
docker-php-entrypoint apache2-foreground