π₯Installation
Last updated
Last updated
## 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.ymlnetexec smb 192.168.56.0/24