Hey everyone, here is my fifth post on the Ansible config and my final post on OpenVPN for Orange Cyber Defense's Game of Active Directory on bare-metal Proxmox. Hope you like lots of screencaps and written instructions!

With that, I can call this a success and wrap up my take on installing GOAD in an on prem home-lab. As always, I have to recognize Mayfly277's initial path-breaking work in providing the original guide.

Winter is coming. Happy pentesting!

https://christopherbauer.org/2024/11/18/goad-ansible.html

https://christopherbauer.org/2024/11/23/goad-vpn.html

#selfhosting #pentesting #proxmox #GOAD #GOADv2

Installing Game of Active Directory on Proxmox: Part 5 - Ansible

This is part 5 of my series on Orange Cyberdefense’s Game of Active Directory (GOAD) on Proxmox VE. In the fourth installment I covered how to use Terraform to create the Windows VMs. In this post we’ll configure the individual Windows VMs using Ansible to create the final GOAD topology.

Imaginative Realities

Last changes on #RustHound πŸ¦€ ingestor for #BloodHound

πŸ—‚οΈ Zip function fixed for Windows and bigest json files
βš™οΈ AllowToAct relation made
βš™οΈ AllowToDelegate relation made
πŸ’― New progression bar (thanks @barney)

Tips how to compile RustHound:

🧡1/4 πŸ¦€ Making Windows static version from Linux

curl https://sh.rustup.rs -sSf | sh
git clone https://github.com/OPENCYBER-FR/RustHound
cd RustHound
make windows
ls target/x86_64-pc-windows-gnu/release/rusthound.exe

🧡2/4 πŸ¦€ Making Linux-musl static version

curl https://sh.rustup.rs -sSf | sh
git clone https://github.com/OPENCYBER-FR/RustHound
cd RustHound
make linux_musl
ls target/x86_64-unknown-linux-musl/release/rusthound

🧡3/4 πŸ¦€ Making release binary for Linux from Linux

curl https://sh.rustup.rs -sSf | sh
git clone https://github.com/OPENCYBER-FR/RustHound
cd RustHound
cargo b --release
ls target/release/rusthound

🧡4/4 πŸ¦€ Installing rusthound from cargo on your system

curl https://sh.rustup.rs -sSf | sh
cargo install rusthound
rusthound -h

https://github.com/OPENCYBER-FR/RustHound
v1.0.6
#infosec #redteam #blueteam #pentest #activedirectory

Example is done on the #GOADv2 implemented by @Mayfly
https://github.com/Orange-Cyberdefense/GOAD