Getting Started
Installation
This execution framework (Invoke-AtomicRedTeam) works cross-platform on Windows, Linux and MacOS.
To use it on Linux and Mac you must install PowerShell Core. See Installing PowerShell Core on Linux and Installing PowerShell Core on MacOS for details.
The Invoke-AtomicRedTeam Execution is available for install from the PowerShell Gallery and can be installed with one simple command executed from a PowerShell prompt:
Install-Module -Name invoke-atomicredteam,powershell-yaml -Scope CurrentUserIf you get an error relating to a missing PSRepository, use the following command to register the needed repository.
Register-PSRepository -Default