mirror of
https://github.com/Aryma-f4/Ares-mythic.git
synced 2026-08-15 09:01:08 +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.source=${{ env.IMAGE_SOURCE }}
|
||||||
org.opencontainers.image.description=${{ env.IMAGE_DESCRIPTION }}
|
org.opencontainers.image.description=${{ env.IMAGE_DESCRIPTION }}
|
||||||
org.opencontainers.image.licenses=${{ env.IMAGE_LICENSE }}
|
org.opencontainers.image.licenses=${{ env.IMAGE_LICENSE }}
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64,linux/arm64/v8
|
||||||
|
|
||||||
update_files:
|
update_files:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Ares - Advanced Windows Agent
|
# Ares - Advanced Windows Agent
|
||||||
|
|
||||||
<div align="center">
|
<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>
|
</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.
|
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