feat: add ARM64 deploy variations for linux and windows#467
Open
RachHavoc wants to merge 1 commit intomitre:masterfrom
Open
feat: add ARM64 deploy variations for linux and windows#467RachHavoc wants to merge 1 commit intomitre:masterfrom
RachHavoc wants to merge 1 commit intomitre:masterfrom
Conversation
|
Contributor
|
#455 solves the same problem a different way... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Adds ARM64 deployment variations for linux and windows platforms, mirroring
the darwin ARM64 support added in #435.
Type of change
New feature (non-breaking change which adds functionality)
data/abilities/command-and-control/2f34977d-9558-4c12-abad-349716777c6b.ymlarchitecture: AMD64label to existing linux and windows variations for consistency with darwin-H "architecture:arm64").Headers.add("architecture","arm64"))How Has This Been Tested?
Copy + Pasted Sandcat Agent code from UI on the following ARM based VMs. Successfully got beacons and was able to send instructions to the agent.
Tested on:
Checklist:
Notes
Windows ARM64 sandcat binary may need to be cross-compiled separately if not
already present in
payloads/. See build instructions in README.