mirror of
https://github.com/Aryma-f4/Ares-mythic.git
synced 2026-06-12 22:54:11 +00:00
26 lines
440 B
Markdown
26 lines
440 B
Markdown
+++
|
|
title = "spawnto_x64"
|
|
chapter = false
|
|
weight = 103
|
|
hidden = false
|
|
+++
|
|
|
|
## Summary
|
|
Specify the default binary to be used for 64-bit post-exploitation jobs.
|
|
|
|
### Arguments
|
|
#### Application
|
|
Specify the full path to a binary to spawn for 64-bit post-exploitation jobs.
|
|
|
|
#### Arguments
|
|
Optional arguments to pass to the spawned binary.
|
|
|
|
## Usage
|
|
```
|
|
spawnto_x64 -Application [binpath] -Arguments [args]
|
|
```
|
|
|
|
## MITRE ATT&CK Mapping
|
|
|
|
- T1055
|