Member-only story
Installation procedure to bWAPP on Linux: A Step-by-Step Guide for Bug Bounty Hunters
Hello, Hunters!
Welcome to a hands-on adventure in setting up bWAPP (Buggy Web Application), an intentionally vulnerable web application designed for learning. If you’re into bug hunting or just starting your journey, bWAPP is a playground where you can practice finding and exploiting security flaws in a safe environment. Here’s a story of how to set it up on Linux machine!
Non Medium Members can access these blog here
The Journey Begins:
The first step was to grab the latest version of bWAPP. I headed over to the official download page at SourceForge.
Download link: https://sourceforge.net/projects/bwapp/files/bWAPP/
Unzipping and Setting Up:
Once the download was complete, I navigated to the folder and open the terminal where the ZIP file was located. The next step was to extract it to my web server’s directory.
sudo unzip -d /var/www/html bWAPPv2.2.zip