Initial commit

This commit is contained in:
Guillaume-Sanchez
2026-05-06 16:45:30 +02:00
parent 57cd2873d5
commit 0aa817abf0
333 changed files with 43173 additions and 2 deletions
@@ -0,0 +1,24 @@
services:
kali:
image: kalilinux/kali-rolling
container_name: kali-lab
hostname: kali-docker
tty: true
stdin_open: true
networks:
- lab-network
volumes:
- ./work:/root/work
command: >
bash -c "apt update && apt install -y kali-linux-headless && tail -f /dev/null"
victime:
image: tleemcjr/metasploitable2
container_name: metasploitable2
hostname: metasploitable2
networks:
- lab-network
networks:
lab-network:
driver: bridge