> For the complete documentation index, see [llms.txt](https://writeups.ayweth20.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://writeups.ayweth20.com/2022/404ctf/osint/equipement-desuet.md).

# Equipement désuet

{% file src="/files/ANgrFM7eRmYKmO3XLKC0" %}

**Category:** Renseignement en sources ouvertes - **Points:** 100 - **Difficulty :** Intro - **Solves :** 1331

**Description:**\
Un de nos agents a retrouvé un équipement qui a été utilisé pour communiquer des données sensibles. Mais de quoi s'agit-il ? Il faudrait trouver la date d'arrêt de cet équipement en France, pour savoir quelle piste privilégier pour la suite de l'enquête.\
Format du flag : `404CTF{jj_mm_aaaa}`

**Solution:**\
To solve this challenge you need to find the date of cessation of manufacture of the computer equipment visible on the image :\
![equipement\_desuet](https://user-images.githubusercontent.com/91023285/173608335-7eb9ef3f-4680-4716-946c-e4d2ad73fbe0.jpg)\
By searching very quickly we find that it is a **Minitel** so we can search *date of cessation of manufacture of Minitel* on internet.\
On the [Wikipedia](https://fr.wikipedia.org/wiki/Minitel) page, we can find that the manifacture was stopped in 2012 so we can search all 2012 references and find the good date.

<details>

<summary>🚩 FLAG</summary>

```
404CTF{30_06_2012}
```

</details>
