# Takazume

**Catégorie:** Stéganographie - **Points:** 100 - **Difficulté:** Très simple - **Solves:** 499\
**Description:**\
Nous avons retrouvé une photo des bureaux d'une entreprise. A vous de trouver s’il y a de l’information exploitable, qui pourrait créer un incident de sécurité.\
Bien commencer : Visiblement, l'entreprise Takazume n'a pas suffisamment sensibilisé ses employés aux bonnes pratiques de sécurité informatique.\
Fichier :

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

**Solution:**\
Pour résoudre ce challenge il ne faut clairement pas chercher très loin...\
Simplement en regardant l'image nous voyons un bureau avec des écrans d'ordinateurs. Nous pouvons donc examiner ces derniers, sans grand succès.\
Mais sur ces écrans, il y a des post-it accrochés sur lesquels nous pouvons zoomer pour mieux les voir.\
Et bingo, sur le post-it de centre, le flag est là :\
![image](https://user-images.githubusercontent.com/91023285/178148475-d32609c6-e067-41db-98db-74cf1f4558b4.png)

<details>

<summary>🚩 FLAG</summary>

```
HACK{Be_careful_with_post_it}
```

</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/2022/operation-kernel/stegano/takazume.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.
