docs: tableau des challenges à jour + .env.example racine - #9
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Mise à jour de la documentation projet pour refléter l’état des challenges disponibles et ajout d’un fichier .env.example à la racine afin de standardiser la configuration locale/serveur.
Changes:
- Mise à jour du tableau des challenges dans
README.md(ajout de la colonne “Dossier” et clarification de la numérotation). - Ajout d’un
.env.exampleracine avec variables attendues pour CTFd + plugin conteneurs.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| README.md | Met à jour/structure la liste des challenges documentés et leur statut. |
| .env.example | Ajoute un modèle de configuration d’environnement pour exécuter/configurer RootMeUp. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | # | Dossier | Nom | Catégorie | Statut | | ||
| |---|---------|-----|-----------|--------| | ||
| | Blue 1 | `challenges/ctf-forensics-dfir-elk` ¹ | Phishing sur corp.local — analyse de logs (ELK) | Blue Team | Intégré | | ||
| | Blue 2 | `challenges/2-Blue-Team-Memory-Forensics` | Mémoire et analyse de malware (Volatility) | Blue Team | Intégré | |
| |---|---------|-----|-----------|--------| | ||
| | Blue 1 | `challenges/ctf-forensics-dfir-elk` ¹ | Phishing sur corp.local — analyse de logs (ELK) | Blue Team | Intégré | | ||
| | Blue 2 | `challenges/2-Blue-Team-Memory-Forensics` | Mémoire et analyse de malware (Volatility) | Blue Team | Intégré | | ||
| | Red 3 | `challenges/3-Red-Team-Binary-Vault` | VAULT-9 — reverse + exploitation binaire (ret2win) | Red Team | Développé, testé | |
| | 4 | Détection dans les logs (SIEM / ELK) | Blue Team | En cours | | ||
| Numérotation par équipe (`N-Blue-Team-*` / `N-Red-Team-*`). | ||
|
|
||
| | # | Dossier | Nom | Catégorie | Statut | |
Comment on lines
+2
to
+4
| # Modele de variables d'environnement pour RootMeUp. | ||
| # Copiez ce fichier en .env et renseignez vos valeurs. | ||
| # .env est gitignore : ne JAMAIS y mettre de secrets committes. |
Comment on lines
+16
to
+17
| # Hote Docker expose aux instances de challenges | ||
| DOCKER_HOSTNAME=100.118.132.76 |
Comment on lines
+21
to
+24
| # --- Secrets par challenge --- | ||
| # Les flags ne sont PAS definis ici : chaque challenge fournit ses secrets | ||
| # via son propre fichier gitignore (ex: challenges/3-Red-Team-Binary-Vault/ | ||
| # setup/challenge.env). Voir le challenge.env.example de chaque challenge. |
Jacob-dot-bit
added a commit
that referenced
this pull request
Jul 20, 2026
docs: tableau des challenges à jour + .env.example racine
Jacob-dot-bit
added a commit
that referenced
this pull request
Jul 20, 2026
docs: tableau des challenges à jour + .env.example racine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.