mise-en-place/ ├── docker-compose.yml # Orchestrates web + mysql + phpmyadmin ├── php/ │ └── Dockerfile # PHP 8.2 + Apache + PDO/MySQL ├── mysql/ │ └── init.sql # Creates user_login DB + users table ...
Damn Vulnerable Web Application (DVWA) is a PHP/MariaDB web application that is damn vulnerable. Its main goal is to be an aid for security professionals to test their skills and tools in a legal ...