Live: https://raceocat.yaaw.de
- Add
127.0.0.1 php-docker.local
to your/etc/hosts
- Go to
/Raceocat/vuln-webapp/docker/
and execute:
docker-compose up -d
http://php-docker.local
- to access the web apphttp://localhost:8000
- phpmyadmin, login usingroot
/qwerty
credentials and the host ismariadb
/docker/init.sql
- the DB dump which is imported
- PHP version 7.4.19 (latest 7.* version per time of this writing)
- MariaDB-1:10.5.10 (latest version per time of this writing)
If you take a look into the /docker/docker-compose.yml
file to can see which php extensions are required.
By its design this web application is vulnerable.