-
Notifications
You must be signed in to change notification settings - Fork 201
Offline Installation
Carrie Roberts edited this page Nov 14, 2022
·
23 revisions
To prepare for offline installation you should install Atomic Red Team on an online system of the same OS where the offline install is to be done. This allows us to easily grab all of the needed files from the online system and move them to the offline system. The instructions below are specific to Windows but you can adjust to make it work on Linux/macOS as well.
- Install Atomic Red Team on the online system as shown here.
- Get the prereqs for all tests so we can copy as many as possible to the offline system. Use
Invoke-AtomicTest -All -GetPrereqs
(preferably with AV disabled). You can skip\cancel any of the application installs because those won't copy over to the offline vm. - Copy the
C:\AtomicRedTeam
folder, the PowerShellModules\powershell-yaml
folder, and thetemp
directory (where several of the downloaded prereqs will be found) to the offline system. Thepowershell-yaml
folder will be found at$HOME\Documents\PowerShell\Modules
or$env:ProgramFiles\PowerShell\Modules
. Make sure the file paths and folders are the same on the offline system as the online.
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