Getting Started
You can download all the repositories used in the book from the Guide to Purple Teaming GitHub organization here.
For quick installation, the following one-liners can be used to download all repositories to the current directory.
Ensure the git
command-line tool is installed and any appropriate AV exclusions are in place to prevent tool downloads being quarantined.
For Unix:
curl -s https://aguidetopurpleteaming.com/resources/get_repos.sh | sh
And for Windows using PowerShell:
IWR https://aguidetopurpleteaming.com/resources/get_repos.ps1 | IEX