mirror of
https://github.com/Aryma-f4/Ares-mythic.git
synced 2026-06-13 08:24:12 +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:
46
documentation-payload/ares/commands/download.md
Normal file
46
documentation-payload/ares/commands/download.md
Normal file
@@ -0,0 +1,46 @@
|
||||
+++
|
||||
title = "download"
|
||||
chapter = false
|
||||
weight = 103
|
||||
hidden = false
|
||||
+++
|
||||
|
||||
{{% notice info %}}
|
||||
Artifacts Generated: File Open
|
||||
{{% /notice %}}
|
||||
|
||||
## Summary
|
||||
Download a specified file from the agent's host to the Mythic server.
|
||||
|
||||
### Arguments (Positional)
|
||||
#### Path
|
||||
|
||||
Path to the file to download.
|
||||
|
||||
#### Host (optional)
|
||||
|
||||
Host to download the file from. Default: localhost.
|
||||
|
||||
## Usage
|
||||
```
|
||||
download -Path [path to file] [-Host [127.0.0.1]]
|
||||
```
|
||||
Example
|
||||
```
|
||||
download -Path C:\Users\user\Downloads\test.txt
|
||||
|
||||
download -Path C:\Users\user\Downloads\test.txt -Host 127.0.0.1
|
||||
|
||||
From the file browser, Actions -> Task a Download
|
||||
```
|
||||
|
||||
When the download completes, clicking the link will automatically download the file to your Downloads folder.
|
||||
|
||||

|
||||
|
||||
|
||||
## MITRE ATT&CK Mapping
|
||||
|
||||
- T1020
|
||||
- T1030
|
||||
- T1041
|
||||
Reference in New Issue
Block a user