Commit Graph
8 Commits
Author SHA1 Message Date
Aryma 14397b72f4 docs: update repository URLs to reflect new fork location
Update installation, cloning, issue tracking, and documentation URLs from the original MythicAgents/Ares repository to the new Aryma-f4/Ares-mythic fork to ensure users reference the correct project location.
2026-04-14 13:41:31 +07:00
Aryma 75e7344ed6 update size 2026-04-14 13:20:13 +07:00
Aryma b9f0db2ff6 docs: center and resize Ares logo in README
Improve visual presentation by centering the logo and setting a fixed width for better readability on various devices.
2026-04-14 13:19:43 +07:00
Aryma 9cb09d238b docs: update README image reference from AresLandscape to XF-09_Ares
The image filename was changed to reflect a more specific asset name (XF-09_Ares.png) and moved to a different directory (apollo instead of ares). This update corrects the image path to display the correct logo in the documentation.
2026-04-14 13:18:19 +07:00
Aryma 6321bfc31b refactor: rename apollo to ares and add ascii art display
- Rename agent from "Apollo" to "Ares" across documentation and configuration
- Update config.json to reference Ares container image instead of Apollo
- Replace Apollo logo with Ares logo in documentation
- Rename workspace file from Apollo.code-workspace to Ares.code-workspace
- Add ASCII art display function to agent startup sequence
- Remove obsolete refactor analysis document
2026-04-14 13:15:43 +07:00
Aryma f673320936 build: update PyInstaller command and add build artifacts
- Use absolute path to pyinstaller executable to avoid PATH issues
- Add --clean flag to prevent permission problems with cache
- Fix Windows registry path escaping in persistence mechanism
- Include generated build artifacts (spec, config, warnings, PYZ toc)
- Add base_library.zip for standalone executable distribution
2026-04-14 12:31:41 +07:00
Aryma 224a0013d7 feat: add Ares payload type with agent code and documentation
This commit introduces the Apollo payload type for Mythic C2, including:
- Complete .NET agent codebase with modular architecture
- Multiple C2 profile implementations (HTTP, SMB, TCP, WebSocket)
- Extensive documentation with command references and MITRE ATT&CK mappings
- Agent utilities including UAC bypasses, injection techniques, and crypto modules
- Configuration files for build systems and development environments
- Sample binaries and resources for agent functionality

The Apollo agent provides Windows post-exploitation capabilities with a focus on modularity and extensibility, supporting various communication methods and injection techniques.
2026-04-14 12:27:18 +07:00
Aryma 2f05f67733 first commit 2026-04-14 12:17:24 +07:00