> For the complete documentation index, see [llms.txt](https://picoctf2021.haydenhousen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://picoctf2021.haydenhousen.com/web-exploitation/scavenger-hunt.md).

# Scavenger Hunt

## Problem

> There is some interesting information hidden around this site <http://mercury.picoctf.net:39491/>. Can you find it?

## Solution

These are the URLs that contain the flags:

1. view-source:<http://mercury.picoctf.net:39491/>: `<!-- Here's the first part of the flag: picoCTF{t -->`
2. <http://mercury.picoctf.net:39491/mycss.css>: `/* CSS makes the page look nice, and yes, it also has part of the flag. Here's part 2: h4ts_4_l0 */`
3. <http://mercury.picoctf.net:39491/myjs.js>: `/* How can I keep Google from indexing my website? */` so lets go to <http://mercury.picoctf.net:39491/robots.txt> and find `Part 3: t_0f_pl4c` and well as `I think this is an apache server... can you Access the next flag?`
4. <http://mercury.picoctf.net:39491/.htaccess>: `Part 4: 3s_2_lO0k` and `I love making websites on my Mac, I can Store a lot of information there.`
5. <http://mercury.picoctf.net:39491/.DS_Store>: `Congrats! You completed the scavenger hunt. Part 5: _f7ce8828}`

### Flag

`picoCTF{th4ts_4_l0t_0f_pl4c3s_2_lO0k_f7ce8828}`


---

# 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://picoctf2021.haydenhousen.com/web-exploitation/scavenger-hunt.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.
