# morse-code

## Challenge

Morse code is well known. Can you decrypt this? Download the file [here](https://artifacts.picoctf.net/c/235/morse_chal.wav). Wrap your answer with picoCTF{}, put underscores in place of pauses, and use all lowercase.

## Solution

Use a website like [this morse code decoder](https://morsecode.world/international/decoder/audio-decoder-adaptive.html). Upload the file. The output was `WH47 H47H 90D W20U9H7`. We replace the spaces with underscores to get the flag.

### Flag

`picoCTF{WH47_H47H_90D_W20U9H7}`


---

# Agent Instructions: 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://picoctf2022.haydenhousen.com/cryptography/morse-code.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.
