An open API service indexing awesome lists of open source software.

https://github.com/studoo-app/cyber-tp5-sio2

Projet Vulnérable aux injections SQL
https://github.com/studoo-app/cyber-tp5-sio2

2024-2025 cybersecurity sio2

Last synced: 8 months ago
JSON representation

Projet Vulnérable aux injections SQL

Awesome Lists containing this project

README

          

![separe](https://github.com/studoo-app/.github/blob/main/profile/studoo-banner-logo.png)
# 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

- [Application](http://localhost:8002)
- [PhpMyAdmin](http://localhost:8081)