# Default Settings

## DEFAULT SETTINGS

The default settings for the Shark Jack are:

* Username: `root`
* Password: `hak5shark`
* Arming Mode IP Address: `172.16.24.1`

## DIRECTORY STRUCTURE

| PATH                    | Contents                                                         |
| ----------------------- | ---------------------------------------------------------------- |
| `/root/loot/`           | log files and other loot stored by payloads                      |
| `/root/payload/`        | the payload which will execute when the switch is in Attack mode |
| `/root/payload/library` | payload library, populated by the `UPDATE_PAYLOADS` command ¹    |

¹ command available on the Shark Jack Cable and any Shark Jack with firmware 1.2.0 and above.

## LED STATUS INDICATIONS

| LED               | Status                   |
| ----------------- | ------------------------ |
| Green (blinking)  | Booting up               |
| Blue (blinking)   | Charging                 |
| Blue (solid)      | Fully Charged            |
| Yellow (blinking) | Arming Mode              |
| Red (blinking)    | Error - no payload found |

## SHARK JACK HELPERS AND COMMANDS

{% hint style="info" %}
These commands are intended for use with the Shark Jack Cable when connected via Serial in Arming Mode and may be used by any Shark Jack with firmware 1.2.0 and above.
{% endhint %}

| COMMAND           | Description                                           |
| ----------------- | ----------------------------------------------------- |
| HELP              | List Shark Jack helpers and commands                  |
| ACTIVATE          | Activate a payload                                    |
| ACTIVATE\_PAYLOAD | Alias for ACTIVATE                                    |
| LIST              | List the local payload library                        |
| LIST\_PAYLOADS    | Alias for LIST                                        |
| UPDATE\_PAYLOADS  | Synchronize local payload library with remote library |
| UPDATE\_FIRMWARE  | Check for and install available firmware updates      |
| SERIAL\_WRITE     | Write to the serial console                           |
| LED               | Configure the LED                                     |

## SHARK JACK SERIAL SETTINGS

* flow control: none
* baud rate: 57600
* parity: none
* databits: 8
* stop bit: 1

{% hint style="info" %}
Serial Settings apply only to Shark Jack Cable
{% endhint %}
