From 48839317cceb6ab7cae5b33d430b50c5cc38f4a8 Mon Sep 17 00:00:00 2001 From: Tenshiphe <30864473+Tenshiphe@users.noreply.github.com> Date: Sun, 19 Jul 2020 16:11:51 +0200 Subject: [PATCH] Update README.md Description initiale du projet --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md index 3fd7501..4a63346 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,37 @@ # doli DevOps Laboratoire d'Intrusion + +## Description +Doli doit permettre a tout passionné de sécurité informatique de mettre en place rapidement un laboratoire hétérogene de test d'intrusion. + +## Etapes prévisionnelles +1) Création et personnalisation du conteneur kali +2) Utilisation de Docker-Compose pour démarrer les différents conteneurs de test (Metasploitable2, JuiceShop, Ubuntu) +3) Utilisation de Vagrant pour demarrer les différentes VM de test (Hackintosh, Android x86, Windows) + +## Prérequis +Partie 1 : +- Docker + +Partie 2 : +- Docker-Compose + +Partie 3 : +- Virtual box / VMWare Workstation +- Vagrant / Packer + +## Sources et inspiration +Partie 1 : +- https://github.com/ohmyzsh/ohmyzsh +- https://github.com/romkatv/powerlevel10k +- https://github.com/deluan/zsh-in-docker +- https://medium.com/source-words/how-to-manually-install-update-and-uninstall-fonts-on-linux-a8d09a3853b0 + +Partie 2 : +https://thibaud-robin.fr/articles/docker-kali/ + +Partie 3 : +Bientôt + +## License +Doli est sous licence MIT.