-
Notifications
You must be signed in to change notification settings - Fork 201
Execution Hooks
Carrie Roberts edited this page Nov 29, 2023
·
2 revisions
Users can define 4 different functions that will be called (if they exist) before/after atomic execution or before/after atomic test cleanup commands:
- Invoke-ARTPreAtomicHook
- Invoke-ARTPostAtomicHook
- Invoke-ARTPreAtomicCleanupHook
- Invoke-ARTPostAtomicCleanupHook
See here for an example PowerShell module where you can provide the code to run for each of these hooks.
Questions? Get connected to the community on the Atomic Red Team Slack channel.
- Installation
- Import the Module
- List Atomic Tests
- Check/Get Prerequisites for Atomic Tests
- Execute Atomic Tests (Local)
- Execute Atomic Tests (Remote)
- Specify Custom Input Arguments
- Cleanup after Executing Atomic Tests
- Execution Logging
- Adversary Emulation
- Continuous Atomic Testing
- Execution Hooks
- Helper Functions
- The Atomic GUI
- Uninstallation