# The ACTIVATE Command

The ACTIVATE command, and its alias ACTIVATE\_PAYLOAD, specifies a payload from the local library to set for use on next boot in attack mode. This command is expected to be run from Arming Mode, and is intended for use with the Shark Jack Cable.

{% hint style="info" %}
The ACTIVATE command was introduced with firmware 1.2.0 on the Shark Jack Cable.
{% endhint %}

## USAGE

```
/usr/bin/ACTIVATE [payload]
```

{% hint style="success" %}
Since `ACTIVATE` is located in the `$PATH`, the absolute `/usr/bin/` directory may be omitted.
{% endhint %}

## EXAMPLES

```
/usr/bin/ACTIVATE recon/nmap      (Use a payload inside the library)
/usr/bin/ACTIVATE /tmp/payload.sh (Use a specific file as the payload)
```
