# Ballistic Missile Submarine

**Catégorie:** Radio-Fréquence - **Difficulté:** Moyen

Fichier : [Google Drive - Ballistic Missile Submarine](https://drive.google.com/file/d/1DrMA241T_6tF6XNhyooKm6Jki9MDoF5Y/view?usp=sharing)

**Description:**

<figure><img src="/files/jloYoAyjt1EZOA2r8KSD" alt=""><figcaption></figcaption></figure>

**Solution:**

Pour ce challenge, il nous faut de nouveau un outil permettant d'ouvrir et d'exploiter ce type de fichier.&#x20;

Après de nombreux tests, j'ai finis par trouver [Universal Radio Hacker (URH)](https://github.com/jopohl/urh).\
Ce logiciel est très simple à installer et encore plus pour son utilisation.

Tout d'abord en ouvrant le fichier, nous voyons un motif en forme de "vague". Nous essayons donc de trouver quelque chose d'intéressant :&#x20;

<figure><img src="/files/jk1nsOdtSq4BCidn8E4b" alt="" width="563"><figcaption></figcaption></figure>

Bon après avoir longtemps cherché dans le motif, nous ne trouvons rien de vraiment intéressant...\
Une option intéressante est présente : Signal View.\
En tentant de changer cette option par "Demodulated", nous avons un nouveau motif : <br>

<figure><img src="/files/zD4t7fxisEXD9UpvRNcf" alt="" width="563"><figcaption></figcaption></figure>

En regardant le motif attentif, nous remarquons qu'il s'agit de motif assez répétitif. Soit il s'agit d'un rectangle, soit d'un petit carré.\
Mais à quoi peut faire penser ce motif !? Bien-sûr, c'est du MORSE :smirk:

Alors ce qu'il nous reste à faire, c'est de regarder et noter les . et - que nous voyons (. = carré, - = rectangle).\
Voici ce que nous obtenons : *`··· − ·− ·−· − ·−·−·− ····− −−−−− ····− −·−· − ··−· ·−·−·− ·− −·−· −·−· −−− ·−·· ·− −·· · ·−·−·− ·−−· ····− ··− ·−·· ··−−·− ···− ···−− ·−· ·−−−− ····− ·· −· ···−− ··−−·− ···−− ····· − ··−−·− ··− −· ··−−·− −− −−−−− ·−· ····· ···−− ··−−·− ··−−·· ·−·−·− ·− −·−· −·−· −−− ·−·· ·− −·· ·`*

Avec CyberChef, voici ce que ça nous donne une fois converti :&#x20;

<figure><img src="/files/fVtczLKE6KMqysAKpNTo" alt="" width="563"><figcaption></figcaption></figure>

Avec le texte, nous pouvons donc reformer le flag en respectant le format habituel.

<details>

<summary>🚩 FLAG</summary>

```
404CTF{P4UL_V3R14IN3_35T_UN_M0R53_?}
```

</details>


---

# 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://writeups.ayweth20.com/2023/404ctf-2023/radio-frequence/ballistic-missile-submarine.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.
