From 4887d55fbce77a8e9c8d61c725c4596358ae79a7 Mon Sep 17 00:00:00 2001 From: Titouan LOUVET Date: Fri, 11 Oct 2024 17:13:39 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0b824c8..e86fc2a 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ attacker: image: kalilinux/kali-rolling container_name: attacker + priviliged: true networks: localnet: ipv4_address: 192.168.0.10 @@ -41,6 +42,7 @@ victim: image: kalilinux/kali-rolling container_name: victim + priviliged: true networks: localnet: ipv4_address: 192.168.0.20 @@ -50,6 +52,7 @@ gateway: image: kalilinux/kali-rolling container_name: gateway + priviliged: true networks: localnet: ipv4_address: 192.168.0.30