> For the complete documentation index, see [llms.txt](https://cybersleuth.gitbook.io/cybersleuth/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cybersleuth.gitbook.io/cybersleuth/home-base.md).

# Home Base

### Onboarding

*Creating accounts and getting set up for your missions...*

{% content-ref url="/pages/gpTsJICfWhkqnoZ5K4Wi" %}
[Onboarding](/cybersleuth/onboarding.md)
{% endcontent-ref %}

### Day 1

*Introduction to Programming in Cybersecurity*

{% content-ref url="/pages/USJmy1Zgg9eZJ2u7AKVF" %}
[Briefing](/cybersleuth/day-1/briefing.md)
{% endcontent-ref %}

{% content-ref url="/pages/Klhbn1ZXtWwxsvK5DvNO" %}
[Case 1: Locked Zip Files](/cybersleuth/day-1/case-1-locked-zip-files.md)
{% endcontent-ref %}

{% content-ref url="/pages/TxU5414hkIKMq62U0lnB" %}
[Case 2: Scraping Websites](/cybersleuth/day-1/case-2-scraping-websites.md)
{% endcontent-ref %}

### Day 2

*Foundations of Cryptography*

{% content-ref url="/pages/QoGs3FXOfmAMHWucxpnr" %}
[Briefing](/cybersleuth/day-2/briefing.md)
{% endcontent-ref %}

{% content-ref url="/pages/rT524gvX4XMS53fSMv1S" %}
[Case 1: Starting from the Basics](/cybersleuth/day-2/case-1-starting-from-the-basics.md)
{% endcontent-ref %}

{% content-ref url="/pages/Qb31ZNpy0wZvZSdAJ3xA" %}
[Case 2: Caesar Cipher (Not the Salad)](/cybersleuth/day-2/case-2-caesar-cipher-not-the-salad.md)
{% endcontent-ref %}

{% content-ref url="/pages/dwXvDjMwECaR2PSatQY2" %}
[Case 3: Reading About the Book Cipher](/cybersleuth/day-2/case-3-reading-about-the-book-cipher.md)
{% endcontent-ref %}

### Day 3

*Forensics and Steganography*

{% content-ref url="/pages/62HfdIlRJA2rucN3weWQ" %}
[Briefing](/cybersleuth/day-3/briefing.md)
{% endcontent-ref %}

{% content-ref url="/pages/K7pUrtisla2bL9ImUq49" %}
[Case 1: What's in an Image?](/cybersleuth/day-3/case-1-whats-in-an-image.md)
{% endcontent-ref %}

{% content-ref url="/pages/8vrBqsg4Y93mV66nQoSZ" %}
[Case 2: Secret, Secret, On the Wall](/cybersleuth/day-3/case-2-secret-secret-on-the-wall.md)
{% endcontent-ref %}

{% content-ref url="/pages/puN0bcbGAoxudBQA8pzM" %}
[Case 3: Files in Files](/cybersleuth/day-3/case-3-files-in-files.md)
{% endcontent-ref %}

### Day 4

*Weak Websites*

{% content-ref url="/pages/svMocyKkQ1aBoIWSmA4N" %}
[Briefing](/cybersleuth/day-4/briefing.md)
{% endcontent-ref %}

{% content-ref url="/pages/SlHW8esoKiOEmo80KJKH" %}
[Case 1: Pandamonium](/cybersleuth/day-4/case-1-pandamonium.md)
{% endcontent-ref %}

{% content-ref url="/pages/l12FEvHQn43vShmHSXpX" %}
[Case 2: Admins Only](/cybersleuth/day-4/case-2-admins-only.md)
{% endcontent-ref %}

{% content-ref url="/pages/hhdzl2vbGHUT3WQ1Mbvr" %}
[Case 3: Imminent Disaster](/cybersleuth/day-4/case-3-imminent-disaster.md)
{% endcontent-ref %}

{% content-ref url="/pages/A02qGtW4BsmFThXO66nU" %}
[Case 4: Deception](/cybersleuth/day-4/case-4-deception.md)
{% endcontent-ref %}

### Day 5

*Linux & OSINT*

{% content-ref url="/pages/6gvcCkFTbsRkzKSufvuA" %}
[Briefing](/cybersleuth/day-5/briefing.md)
{% endcontent-ref %}

{% content-ref url="/pages/SBNqpthDNKOvyucsFeJN" %}
[Case 1: Exposed Files](/cybersleuth/day-5/case-1-exposed-files.md)
{% endcontent-ref %}

{% content-ref url="/pages/zpFBVl1wdTsLtJESVEKW" %}
[Case 2: Vulnerable People](/cybersleuth/day-5/case-2-vulnerable-people.md)
{% endcontent-ref %}


---

# 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:

```
GET https://cybersleuth.gitbook.io/cybersleuth/home-base.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.
