# Packet Squirrel

## Packet Squirrel Mark I

- [Packet Squirrel by Hak5](https://documentation.hak5.org/packet-squirrel/master.md)
- [Packet Squirrel Basics](https://documentation.hak5.org/packet-squirrel/getting-started/packet-squirrel-basics.md)
- [USB Flash Disk Support](https://documentation.hak5.org/packet-squirrel/getting-started/usb-flash-disk-support.md)
- [Default Settings](https://documentation.hak5.org/packet-squirrel/getting-started/default-settings.md)
- [LED Status Indications](https://documentation.hak5.org/packet-squirrel/getting-started/led-status-indications.md)
- [Selecting and Adding Payloads](https://documentation.hak5.org/packet-squirrel/getting-started/selecting-and-adding-payloads.md)
- [Logging Network Traffic](https://documentation.hak5.org/packet-squirrel/default-payloads/logging-network-traffic.md)
- [Spoofing DNS](https://documentation.hak5.org/packet-squirrel/default-payloads/spoofing-dns.md)
- [OpenVPN Payload](https://documentation.hak5.org/packet-squirrel/default-payloads/openvpn-payload.md)
- [Getting the Packet Squirrel Online](https://documentation.hak5.org/packet-squirrel/internet-connectivity/getting-the-packet-squirrel-online.md)
- [Upgrading Firmware](https://documentation.hak5.org/packet-squirrel/software-updates/upgrading-firmware.md)
- [Manual Upgrade](https://documentation.hak5.org/packet-squirrel/software-updates/manual-upgrade.md)
- [Payload Development Basics](https://documentation.hak5.org/packet-squirrel/payload-development/payload-development-basics.md)
- [Ducky Script for Packet Squirrel](https://documentation.hak5.org/packet-squirrel/payload-development/ducky-script-for-packet-squirrel.md)
- [The NETMODE Command](https://documentation.hak5.org/packet-squirrel/payload-development/the-netmode-command.md)
- [The LED Command](https://documentation.hak5.org/packet-squirrel/payload-development/the-led-command.md)
- [The SWITCH Command](https://documentation.hak5.org/packet-squirrel/payload-development/the-switch-command.md)
- [The BUTTON Command](https://documentation.hak5.org/packet-squirrel/payload-development/the-button-command.md)
- [Included Tools](https://documentation.hak5.org/packet-squirrel/payload-development/included-tools.md)
- [Firmware Recovery](https://documentation.hak5.org/packet-squirrel/troubleshooting/firmware-recovery.md)
- [Factory Reset](https://documentation.hak5.org/packet-squirrel/troubleshooting/factory-reset.md)
- [FAQ](https://documentation.hak5.org/packet-squirrel/troubleshooting/faq.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://documentation.hak5.org/packet-squirrel/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
