mirror of
https://github.com/Aryma-f4/Ares-mythic.git
synced 2026-08-10 18:14:54 +00:00
docs: correct image path and update docker build platforms
Update README image source from 'apollo' to 'ares' to reflect correct branding. Add linux/arm64/v8 to Docker build platforms for broader ARM architecture support.
This commit is contained in:
@@ -79,7 +79,7 @@ jobs:
|
||||
org.opencontainers.image.source=${{ env.IMAGE_SOURCE }}
|
||||
org.opencontainers.image.description=${{ env.IMAGE_DESCRIPTION }}
|
||||
org.opencontainers.image.licenses=${{ env.IMAGE_LICENSE }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64,linux/arm64,linux/arm64/v8
|
||||
|
||||
update_files:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Ares - Advanced Windows Agent
|
||||
|
||||
<div align="center">
|
||||
<img src="documentation-payload/apollo/XF-09_Ares.png" alt="Ares" width="300">
|
||||
<img src="documentation-payload/ares/XF-09_Ares.png" alt="Ares" width="300">
|
||||
</div>
|
||||
|
||||
Ares is a sophisticated Windows agent designed for advanced red team operations, integrating BlueHammer exploit capabilities with Mythic C2 framework for comprehensive penetration testing and security assessment.
|
||||
|
||||
Reference in New Issue
Block a user