🔥Installation

Requierements

You need a WELL computer o server for tun it. Mine is a 8cpu/32Go RAM (the ideal for me). Maybe a 4CPU/16Go could be enough. It as there is 4-5 windows VM to launch...

Installation

## Clone the Git Reposotory on us server/pc
git clone https://github.com/Orange-Cyberdefense/GOAD.git
## Launch vagrant to get all vms
vagrant up
## Install anothers packages and launch main.yml
sudo apt install python3.8-venv
cd ansible
python3.8 -m virtualenv .venv
source .venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install ansible-core==2.12.6
python3 -m pip install pywinrm
ansible-galaxy install -r requirements.yml
ansible-playbook main.yml

Lab running

netexec smb 192.168.56.0/24

Last updated