# InfoSec Notes

Personal notes used as a way to keep trace of my experimentations over the years on attack vectors and digital forensics.

The repository behind the notes can be found at: [`https://github.com/Qazeer/InfoSec-Notes`](https://github.com/Qazeer/InfoSec-Notes).

{% hint style="warning" %}

* These notes are distributed in the hope that they will be useful, but without warranty of any kind.
* Some notes are work in progress and quality of each note may greatly vary (notably depending on the time spent on the note).
* Some content may be outdated as the first note was written over 4 years ago and tradecraft has evolved since.
  {% endhint %}

As this project / documentation was initially started with no goal of being published, credit may not be properly given where credit is due. While efforts have been made to rectify this, feel free to contact me at `<qazeer at protonmail dot com>` if you think a source that should be is not mentioned on a subject (or for any other contact).

***

Created by [Thomas DIOT (Qazeer)](https://qazeer.io/).


---

# 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://notes.qazeer.io/readme.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.
