As the title suggests, this is a simple Docker image for the OWASP bWAPP application designed to teach and demonstrate various web app vulnerabilities.
Installing and configuring PHP based web apps can be quite time consuming as you need to install various packages like PHP, Apache, MySQL etc... This Docker image eliminates(automates;)) this tedious process and provides you with a click and run solution that will provide you with a bWAPP instance in a few seconds.
git clone https://github.com/dockfiles/bWAPP-a-buggy-web-application-.git bwappcd into the new directory
cd bwappdocker compose up -d
- After running the bWAPP container, navigate to
http://localhost/install.phpto complete the bWAPP setup process.

