# Collaborateur suspect

**Category:** Renseignement en sources ouvertes - **Points:** 927 - **Difficulty :** Facile - **Solves :** 286

**Description:**\
Nous avons eu vent d'une activité étrange qui aurait eu lieu sur la page qui mène à cette interface de mission. Nous soupçonnons une tentative de la part de **Hallebarde** de nous discréditer, ils nous ont peut-être infiltrés. Des informations confidentielles auraient été brièvement diffusées avant d'être retirées. Pourriez-vous nous dire lesquelles ?

> Attention, [https://www.404ctf.fr](https://www.404ctf.fr/) ne fait PAS partie de la zone de jeu sur laquelle vous pouvez utiliser des méthodes offensives. Il s'agit d'un challenge d'OSINT ! Aucune action ou attaque particulière sur le site web en question n'est nécessaire pour réussir ce challenge.

**Solution:**\
To solve this challenge, you need to find an information who was displayed on the website.\
To do that we just need to use the tool **WayBackMachine** and analyse all captures.\
The first capture was taken on the 11 april 2022 at 08:49:48. On the page there was no useful information but looking closely there were links in the footer of this page.\
![image](https://user-images.githubusercontent.com/91023285/173621613-e387fa43-f38b-4401-ac54-8beedbce6db2.png)

When we click on "Crédits photographiques" we arrive on a page and we find the flag directly there :\
![image](https://user-images.githubusercontent.com/91023285/173621923-abdcfbe6-68a1-4e0d-9673-39c35e958349.png)

<details>

<summary>🚩 FLAG</summary>

```
404CTF{R3G4rd3r_3n_arr13r3_p3uT_3tR3_1Nt3r3ss4Nt}
```

</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/404ctf/osint/collaborateur-suspect.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.
