Beautiful RFI challenge is working
This commit is contained in:
10
beautiful_vuln_rfi/docker/start.sh
Normal file
10
beautiful_vuln_rfi/docker/start.sh
Normal 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
|
Reference in New Issue
Block a user