browserVulnerableApp

PHP Application for the Top 10 OWASP 2021 (in French ๐Ÿ‡ซ๐Ÿ‡ทarrow-up-right)

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