mirror of
https://github.com/Aryma-f4/Ares-mythic.git
synced 2026-06-12 23:04:11 +00:00
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
This commit is contained in:
@@ -8,9 +8,9 @@ weight = 102
|
||||
|
||||
"Fork and Run" is an agent architecture that spawns sacrificial processes in a suspended state to inject shellcode into.
|
||||
|
||||
## Fork and Run in Apollo
|
||||
## Fork and Run in Ares
|
||||
|
||||
Apollo uses the fork and run architecture for a variety of jobs. These jobs will all first spawn a new process specified by the [`spawnto_x86`](/agents/apollo/commands/spawnto_x86) or [`spawnto_x64`](/agents/apollo/commands/spawnto_x64) commands. The parent process of these new processes is specified by the [`ppid`](/agents/apollo/commands/ppid/) command. Once the process is spawned, Apollo will use the currently set injection technique to inject into the remote process.
|
||||
Ares uses the fork and run architecture for a variety of jobs. These jobs will all first spawn a new process specified by the [`spawnto_x86`](/agents/apollo/commands/spawnto_x86) or [`spawnto_x64`](/agents/apollo/commands/spawnto_x64) commands. The parent process of these new processes is specified by the [`ppid`](/agents/apollo/commands/ppid/) command. Once the process is spawned, Apollo will use the currently set injection technique to inject into the remote process.
|
||||
|
||||
The following commands use the fork and run architecture:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user