Files
Ares-mythic/documentation-payload/ares/commands/_index.md
Aryma 6a3bf4ffbf fix(ares): update logo paths and Docker image version
Update logo references to correct directory and bump Docker image tag to v4.
Fix permissions and improve build steps in Dockerfile.
Adjust .NET build warnings configuration.
Add light and dark mode SVG logos.
2026-04-15 04:56:54 +07:00

85 lines
3.5 KiB
Markdown

+++
title = "Commands"
chapter = true
weight = 15
pre = "<b>2. </b>"
+++
![logo](/agents/ares/XF-09_Ares.png?width=600px)
## Table of Contents
- Lateral Movement
* [link](/agents/apollo/commands/link/)
* [unlink](/agents/apollo/commands/unlink/)
- Credential/Token Commands
* [whoami](/agents/apollo/commands/whoami/)
* [rev2self](/agents/apollo/commands/rev2self/)
* [getprivs](/agents/apollo/commands/getprivs/)
* [make_token](/agents/apollo/commands/make_token/)
* [steal_token](/agents/apollo/commands/steal_token/)
* [mimikatz](/agents/apollo/commands/mimikatz/)
* [pth](/agents/apollo/commands/pth/)
* [dcsync](/agents/apollo/commands/dcsync/)
- User Exploitation
* [keylog_inject](/agents/apollo/commands/keylog_inject/)
* [screenshot_inject](/agents/apollo/commands/screenshot_inject/)
* [screenshot](/agents/apollo/commands/screenshot/)
- .NET Assembly Commands
* [inline_assembly](/agents/apollo/commands/inline_assembly/)
* [execute_assembly](/agents/apollo/commands/execute_assembly/)
* [assembly_inject](/agents/apollo/commands/assembly_inject/)
* [register_assembly](/agents/apollo/commands/register_assembly/)
- PowerShell Commands
* [powershell](/agents/apollo/commands/powershell/)
* [psinject](/agents/apollo/commands/psinject/)
* [powerpick](/agents/apollo/commands/powerpick/)
* [powershell_import](/agents/apollo/commands/powershell_import/)
- File Operations
* [upload](/agents/apollo/commands/upload/)
* [download](/agents/apollo/commands/download/)
* [rm](/agents/apollo/commands/rm/)
* [mkdir](/agents/apollo/commands/mkdir/)
* [cp](/agents/apollo/commands/cp/)
* [cat](/agents/apollo/commands/cat/)
* [mv](/agents/apollo/commands/mv/)
* [ls](/agents/apollo/commands/ls/)
* [pwd](/agents/apollo/commands/pwd/)
* [cd](/agents/apollo/commands/cd/)
- Job Management
* [jobs](/agents/apollo/commands/jobs/)
* [jobkill](/agents/apollo/commands/jobkill/)
- Net Enumeration
* [net_dclist](/agents/apollo/commands/net_dclist/)
* [net_localgroup_member](/agents/apollo/commands/net_localgroup_member/)
* [net_localgroup](/agents/apollo/commands/net_localgroup/)
* [net_shares](/agents/apollo/commands/net_shares/)
- Process Management
* [shell](/agents/apollo/commands/shell/)
* [run](/agents/apollo/commands/run/)
* [kill](/agents/apollo/commands/kill/)
* [ps](/agents/apollo/commands/ps/)
- Registry Management
* [reg_query](/agents/apollo/commands/reg_query/)
* [reg_write_value](/agents/apollo/commands/reg_write_value/)
- Evasion Management
* [blockdlls](/agents/apollo/commands/blockdlls)
* [ppid](/agents/apollo/commands/ppid)
* [spawnto_x64](/agents/apollo/commands/spawnto_x64/)
* [spawnto_x86](/agents/apollo/commands/spawnto_x86/)
* [get_injection_techniques](/agents/apollo/commands/get_injection_techniques/)
* [set_injection_technique](/agents/apollo/commands/set_injection_technique/)
- Session Management
* [spawn](/agents/apollo/commands/spawn/)
* [inject](/agents/apollo/commands/inject/)
* [exit](/agents/apollo/commands/exit/)
* [sleep](/agents/apollo/commands/sleep/)
- Host Enumeration
* [ifconfig](/agents/apollo/commands/ifconfig)
* [netstat](/agents/apollo/commands/netstat)
- Miscellaneous
* [printspoofer](/agents/apollo/commands/printspoofer/)
* [shinject](/agents/apollo/commands/shinject/)
* [socks](/agents/apollo/commands/socks/)
* [execute_pe](/agents/apollo/commands/execute_pe/)