> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/bash-bunny/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.hak5.org/bash-bunny/software-updates/updating-the-bash-bunny-firmware.md).

# Updating the Bash Bunny Firmware

## Overview

From time to time Hak5 releases firmware updates for the Bash Bunny including new features, bug fixes and security improvements. The easiest way to install these is with the Bash Bunny updater.

Your Bash Bunny can be easily upgraded to the latest firmware version. Just copying an upgrade file to the root of the Bash Bunny flash drive in arming mode, safely eject it, and plug it back into your computer in arming mode.

The first time the Bash Bunny is upgraded it will indicate the flashing process with a red blinking LED for up to 10 minutes. The flashing process will be followed by a green LED to indicate that the Bash Bunny is rebooting. Finally the standard slow blinking blue LED will indicate that the flashing process has succeeded and arming mode is ready.

### WARNINGS

{% hint style="danger" %}
**Bash Bunny Mark I** Users: **DO NOT** flash Bash Bunny firmware 1.7 — this is only for the Bash Bunny Mark II.
{% endhint %}

{% hint style="danger" %}
**Bash Bunny Mark II** Users: your device ships with firmware version 1.7 already. There is no need to re-flash this firmware. Further, **DO NOT** downgrade to a previous firmware version as doing so will render your device inoperable.\
\
Upgrades should be done with the SD card removed.
{% endhint %}

{% hint style="danger" %}
**DO NOT** unplug the Bash Bunny while firmware upgrade is in progress. Doing so will spell certain doom.
{% endhint %}

{% hint style="danger" %}
**DO NOT** extract the contents of the downloaded `.tar.gz` to the Bash Bunny or change the name of the downloaded `.tar.gz` file. Doing so will put your Bash Bunny into a boot loop on firmwares 1.0 to 1.3.
{% endhint %}

### STEP BY STEP FIRMWARE UPGRADE INSTRUCTIONS <a href="#step-by-step-firmware-upgrade-instructions" id="step-by-step-firmware-upgrade-instructions"></a>

1. Download the latest version of the Bash Bunny firmware from [https://downloads.hak5.org](https://downloads.hak5.org/). Do not extract the .tar.gz archive&#x20;
2. Verify that the SHA256 checksum of the downloaded firmware files matches the checksum listed from the download site
3. Slide the Bash Bunny switch into Arming Mode (closest to the USB plug) and plug the Bash Bunny into your computer
4. Copy the firmware upgrade file downloaded in step 1 to the root of the Bash Bunny flash drive.
5. Safely eject the Bash Bunny flash drive (**IMPORTANT**)
6. With the switch still in Arming Mode, plug the Bash Bunny back into your computer and wait 10 minutes.

{% hint style="info" %}
Following version 1.0, all future upgrades and firmware recoveries will be indicated by a special LED “police” pattern, alternating quickly between red and blue.
{% endhint %}

{% hint style="danger" %}
MacOS / Safari users: [disable automatic unzipping](https://discussions.apple.com/thread/3736146)
{% endhint %}

### LED STATUS FOR UPGRADES *FROM 1.0 TO 1.1* <a href="#led-status-for-upgrades-from-10-to-11" id="led-status-for-upgrades-from-10-to-11"></a>

| LED           | Status               |
| ------------- | -------------------- |
| Red Blinking  | Flashing in progress |
| Green Solid   | Rebooting            |
| Blue Blinking | Flash complete       |

### LED STATUS FOR UPGRADES *FROM 1.1 ONWARDS* <a href="#led-status-for-upgrades-from-11-onwards" id="led-status-for-upgrades-from-11-onwards"></a>

| LED                  | Status               |
| -------------------- | -------------------- |
| Red/Blue Alternating | Flashing in progress |
| Green Solid          | Rebooting            |
| Blue Blinking        | Flash complete       |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://documentation.hak5.org/bash-bunny/software-updates/updating-the-bash-bunny-firmware.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
