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
- Host: GitHub
- URL: https://github.com/studoo-app/cyber-tp5-sio2
- Owner: studoo-app
- License: mit
- Created: 2025-02-10T21:56:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T16:20:58.000Z (over 1 year ago)
- Last Synced: 2025-02-11T17:31:46.529Z (over 1 year ago)
- Topics: 2024-2025, cybersecurity, sio2
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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)