Automated installation script for deploying bWAPP (buggy Web Application) for security training and testing.
bWAPP Installer is an automation script that simplifies the deployment of bWAPP (buggy Web Application) on Linux servers. bWAPP is an intentionally vulnerable web application used for security training, penetration testing practice, and web security education.
This installer handles all the complex setup steps, including web server configuration, database setup, and application deployment.
git clone https://github.com/joseph-george1/bwapp-installer.git cd bwapp-installer sudo chmod +x bwapp-installer.sh ./bwapp-installer.sh
After installation, visit http://<metasploitable2_ip>/bWAPP/install.php
Default credentials: bee/bug
wget, chmod, and unzip utilities installed