Multiplatform scripts used to orchestrate the setup and execution of Atomic Red Team tests across various environments. This repository provides scripts to facilitate and streamline the deployment, execution, and cleanup of Atomic Red Team tests, helping security professionals simulate and test adversarial techniques on different platforms.
- Automated Setup: Configure environments and install dependencies needed for Atomic Red Team tests.
- Cross-Platform Support: Run on macOS, Linux, and Windows with platform-specific scripts.
- Execution and Cleanup: Execute tests and clean up artifacts, ensuring system integrity after testing.
- Clone the repository:
git clone https://github.com/tyler-tee/atomic-red-team-automation.git cd atomic-red-team-automation
- Run the appropriate setup script based on your platform (macOS/Linux/Windows).
- To execute Atomic Red Team tests, run the respective script for your operating system:
./scripts/setup-macos.sh # For macOS ./scripts/setup-linux.sh # For Linux ./scripts/setup-windows.ps1 # For Windows
- The scripts handle both setup and execution, guiding you through any required configurations.
Each script is tailored to its respective platform. Be sure to review any specific instructions within the script files for optimal compatibility.
This project is licensed under the MIT License.