VulnerableApp

PHP Application for the Top 10 OWASP 2021 (in French 🇫🇷)

VulnerableApp is a simple PHP application developed to demonstrate and educate users on the top ten security vulnerabilities identified in OWASP’s 2021 list.

Description 📝

VulnerableApp is an educational tool that helps users identify and understand common security vulnerabilities outlined in the Top 10 OWASP 2021. The application provides a hands-on environment where users can explore how these vulnerabilities can be exploited and learn best practices to mitigate them.

Features ⚙️

  • Demonstrates each of the top 10 OWASP 2021 vulnerabilities

  • User-friendly interface designed for easy interaction

  • Showcases real examples of common security flaws and how they can be exploited

Getting Started 🚀

  1. Clone the repository:

    git clone https://github.com/Orangiuss/VulnerableApp.git
  2. Navigate to the VulnerableApp directory:

    cd VulnerableApp
  3. Run the setup script to start the infrastructure:

    ./setup.sh
  4. Access the application in your browser:

    http://localhost:8042
  5. To rebuild:

    ./setup.sh rebuild

Last updated