GitHunt
ST

studoo-app/CYBER-TP5-SIO2

Projet Vulnérable aux injections SQL

separe

CYBER TP5 - SQL Injection

Ce repository vise à fournir un exemple d'application non sécurisée face aux injections sql
afin d'appréhender:

  • Les ravages potentiels de ce type d'attaque
  • Les techniques à mettre en oeuvre afin de protéger son application

Stack

  • PHP
  • MariaDb
  • Docker
  • Docker-compose
  • PhpMyAdmin
  • Franken

Installation

  • docker-compose up -d
  • docker-compose exec app cp .env.example .env
  • docker-compose exec app composer install

Accès

Languages

PHP79.1%Twig20.9%

Contributors

MIT License
Created February 10, 2025
Updated February 11, 2025
studoo-app/CYBER-TP5-SIO2 | GitHunt