> For the complete documentation index, see [llms.txt](https://sharpforce.gitbook.io/cybersecurity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharpforce.gitbook.io/cybersecurity/mon-blog/a-propos-de-moi.md).

# A propos de moi

Passionné en CyberSécurité, mon objectif est de partager mes connaissances acquises lors de mes lectures, travaux, challenges et CTF.

Ces quelques pages me servent surtout de pense-bête ou de mémo, en effet, j'ai tendance à "oublier" ce que je n'écris pas. Le fait de s'approprier certaines connaissances en les expliquant/écrivant d'une manière différente me permet de mieux m'en souvenir et de mieux les maîtriser, ou à défaut, de pouvoir les consulter facilement ici 😅 .

Si vous avez des questions ou que vous apercevez des erreurs (qu'elles soient techniques ou de français) n'hésitez pas à me contacter par mail **sh4rpf0rc3\<AT>gmail.com** ou sur Twitter [@Sh4rpF0rc3](https://twitter.com/Sh4rpF0rc3).


---

# 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://sharpforce.gitbook.io/cybersecurity/mon-blog/a-propos-de-moi.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.
