> ## Documentation Index
> Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# load

> This loads new functions into memory via the C2 channel

## Summary

This loads new functions into memory via the C2 channel

* Needs Admin: False
* Version: 1
* Author: @its\_a\_feature\_

### Arguments

## Usage

```
load cmd1 cmd2 cmd3...
```

## MITRE ATT\&CK Mapping

* T1030
* T1129

## Detailed Summary

The associated command's `.js` files are concatenated, base64 encoded, and sent down to the agent to be loaded in.

> **WARNING** there is currently an issue with loading new commands when the payload is obfuscated
