# LAN Turtle

## LAN Turtle

- [LAN Turtle by Hak5](https://documentation.hak5.org/lan-turtle/lan-turtle-by-hak5.md)
- [LAN Turtle Basics](https://documentation.hak5.org/lan-turtle/getting-started/lan-turtle-basics.md)
- [The Module System](https://documentation.hak5.org/lan-turtle/getting-started/the-module-system.md)
- [Default Settings](https://documentation.hak5.org/lan-turtle/getting-started/default-settings.md)
- [SSH Clients](https://documentation.hak5.org/lan-turtle/getting-started/ssh-clients.md)
- [Connecting for the First Time](https://documentation.hak5.org/lan-turtle/setup-guides/connecting-for-the-first-time.md)
- [Setting up a new LAN Turtle](https://documentation.hak5.org/lan-turtle/setup-guides/setting-up-a-new-lan-turtle.md)
- [Installing Modules](https://documentation.hak5.org/lan-turtle/setup-guides/installing-modules.md)
- [Your First Reverse Shell](https://documentation.hak5.org/lan-turtle/setup-guides/your-first-reverse-shell.md)
- [Power Considerations](https://documentation.hak5.org/lan-turtle/faq-troubleshooting/power-considerations.md)
- [Specifications](https://documentation.hak5.org/lan-turtle/faq-troubleshooting/specifications.md)
- [Factory Reset](https://documentation.hak5.org/lan-turtle/faq-troubleshooting/factory-reset.md)
- [Manual Upgrade](https://documentation.hak5.org/lan-turtle/faq-troubleshooting/manual-upgrade.md)
- [First Boot and Software Update](https://documentation.hak5.org/lan-turtle/video-guides/first-boot-and-software-update.md)
- [The Turtle Shell and Turtle Modules](https://documentation.hak5.org/lan-turtle/video-guides/the-turtle-shell-and-turtle-modules.md)
- [Metasploit and LAN Turtle with Meterpreter](https://documentation.hak5.org/lan-turtle/video-guides/metasploit-and-lan-turtle-with-meterpreter.md)
- [Persistent Shell Access with AutoSSH](https://documentation.hak5.org/lan-turtle/video-guides/persistent-shell-access-with-autossh.md)
- [Remote File Systems with SSHFS](https://documentation.hak5.org/lan-turtle/video-guides/remote-file-systems-with-sshfs.md)
- [Man-in-the-Middle with URL Snarf](https://documentation.hak5.org/lan-turtle/video-guides/man-in-the-middle-with-url-snarf.md)
- [Man-in-the-Middle with DNS Spoof](https://documentation.hak5.org/lan-turtle/video-guides/man-in-the-middle-with-dns-spoof.md)
- [Obtaining Credentials from a Locked PC](https://documentation.hak5.org/lan-turtle/video-guides/obtaining-credentials-from-a-locked-pc.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/lan-turtle/lan-turtle-by-hak5.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.
