From 4595c3f54a17e1d90769f2a20be128ed5111de80 Mon Sep 17 00:00:00 2001 From: Jakub WERLINSKI Date: Sat, 25 Jul 2026 11:00:10 +0200 Subject: [PATCH] =?UTF-8?q?docs(deploiement):=20Memory=20Forensics=20pass?= =?UTF-8?q?=C3=A9=20en=20SSH=20(port=2022,=20plus=20HTTP:8000)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/DEPLOIEMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEPLOIEMENT.md b/docs/DEPLOIEMENT.md index 767f717..4b2a6ea 100644 --- a/docs/DEPLOIEMENT.md +++ b/docs/DEPLOIEMENT.md @@ -89,7 +89,7 @@ se fait **une fois** par challenge/serveur (et à chaque changement de code ou d | Challenge (dossier) | Image | Port | Accès joueur | |---|---|---|---| | `1-Blue-Team-Phishing-ELK-Sarah` | `rootmeup/bt1-phishing-elk:1.0` | (voir Dockerfile) | HTTP (Kibana) | -| `2-Blue-Team-Memory-Forensics-Jakub` | `rootmeup/bt2-memory-forensics:1.0` | `8000` | HTTP (download dump/pcap) | +| `2-Blue-Team-Memory-Forensics-Jakub` | `rootmeup/bt2-memory-forensics:1.0` | `22` | SSH (`analyst`/`forensics`) — boîte d'analyse, dump + outils dedans | | `1-Red-Team-Binary-Vault-Jakub` | `rootmeup/rt1-binary-vault:1.0` | `9003` | `nc ` | | `2-Red-Team-Operation-Silent-Ledger-Lucas` | `rootmeup/rt2-silent-ledger:1.0` | (voir Dockerfile) | SSH / service | | `3-Red-Team-Nexus-Cipher-Sarah` | `rootmeup/rt3-ciphers-nexus:1.0` | (voir Dockerfile) | HTTP (API) |