mirror of
https://github.com/Aryma-f4/Ares-mythic.git
synced 2026-06-13 03:44:13 +00:00
refactor(payload): rename apollo to ares and update documentation
This commit renames the Apollo payload type to Ares, moving all associated files and updating documentation accordingly. The change includes: - Renaming directories from `apollo` to `ares` - Updating documentation image references - Maintaining the same code functionality while changing the payload name - Adding new Ares-specific documentation files - Removing old Apollo documentation files The rename is done to reflect the new payload name while preserving all existing functionality.
This commit is contained in:
40
documentation-payload/ares/commands/assembly_inject.md
Normal file
40
documentation-payload/ares/commands/assembly_inject.md
Normal file
@@ -0,0 +1,40 @@
|
||||
+++
|
||||
title = "assembly_inject"
|
||||
chapter = false
|
||||
weight = 103
|
||||
hidden = false
|
||||
+++
|
||||
|
||||
{{% notice info %}}
|
||||
Artifacts Generated: Process Inject
|
||||
{{% /notice %}}
|
||||
|
||||
## Summary
|
||||
|
||||
Inject the .NET assembly loader into a remote process and execute an assembly registered with `register_file`. This assembly is injected into the remote process using the injection technique currently specified by `get_injection_techniques`.
|
||||
|
||||
### Arguments (Positional or Popup)
|
||||
|
||||

|
||||
|
||||
#### Arguments
|
||||
Any arguments to be executed with the assembly.
|
||||
|
||||
#### Assembly
|
||||
Name used when registering assembly with the `register_file` command (e.g., `Seatbelt.exe`)
|
||||
|
||||
#### PID
|
||||
Process ID to inject into.
|
||||
|
||||
## Usage
|
||||
```
|
||||
assembly_inject -PID 7344 -Assembly Seatbelt.exe -Arguments DotNet
|
||||
```
|
||||
|
||||
Example
|
||||
|
||||

|
||||
|
||||
## MITRE ATT&CK Mapping
|
||||
|
||||
- T1055
|
||||
Reference in New Issue
Block a user