> 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/2025/404ctf-2025/analyse-forensique/apprenti-carver-2-2.md).

# Apprenti Carver \[2/2]

**Catégorie:** Analyse forensique - **Difficulté:** Facile

**Description:**

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

Solution:

En repartant de notre [analyse précédente](/2025/404ctf-2025/analyse-forensique/apprenti-carver-1-2.md), nous allons maintenant essayé de retrouver la fameuse image "supprimée" (ou plutôt qu'il ne retrouve plus).

Deux techniques s'offrent à nous :&#x20;

1. Chercher comme une personne patiente et ayant pas mal de temps
2. Utiliser une technique de sioux, qui fait gagner facilement 30 minutes (à une personne non aguerrie)

Je suis donc parti sur cette deuxième "technique", qui se base donc sur la modification/changement sur les images en fonction de la date.\
Nous allons donc directement dans dans l'onglet "File Views > File Types > By MIME Type > image > png" et nous nous retrouvons avec 17889 images (ça peut faire peur, mais c'est normal).

Et en appliquant notre filtre par date, un seul fichier a été modifié le 13/05/2025 et surprise, c'est l'image que nous cherchions :&#x20;

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

<details>

<summary>🚩FLAG</summary>

`404CTF{n1c3_c@rv1ng}`

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://writeups.ayweth20.com/2025/404ctf-2025/analyse-forensique/apprenti-carver-2-2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
