Bof Loader implemented
This commit is contained in:
@@ -199,6 +199,9 @@ For more information, see the [Mythic documentation on customizing public agents
|
||||
| `shell` | Execute shell command | `shell whoami` |
|
||||
| `sleep` | Adjust beacon interval | `sleep {"seconds":30,"jitter":0}` |
|
||||
| `exit` | Terminate the implant | `exit` |
|
||||
| `inline_execute` | Execute a Beacon Object File (BOF) in the current process thread | `inline_execute -BOF whoami.x64.o -Arguments int32:1234` |
|
||||
| `inline_execute_assembly` | Execute a .NET Assembly in the current process using Inline-EA BOF | `inline_execute_assembly -Assembly SharpUp.exe -Arguments "audit" --patchexit --amsi --etw` |
|
||||
| `execute_assembly` | Execute a .NET Assembly in a remote process and retrieve output | `execute_assembly -Assembly SharpUp.exe -Arguments "audit"` |
|
||||
|
||||
### System Information
|
||||
|
||||
|
||||
Reference in New Issue
Block a user