# Welcome

Welcome to just another cybersecurity GitBook.

This GitBook is my personal cybersecurity blog. I use it to document things I’m learning, researching, and building, from small proof-of-concepts to deeper technical notes.

Most of this content comes from hands-on experimentation, labs, and curiosity sparked by posts, research, or things I come across while working. It’s not meant to be perfect or authoritative, just practical and honest documentation of my researching process.

{% hint style="warning" %}
**Disclaimer**

The techniques and tips described in this book are provided for educational and informational purposes only, and should not be used for any illegal or malicious activities.

Furthermore, everything here is for educational purposes and tested in local and controlled environments. <br>
{% endhint %}

{% embed url="<https://github.com/PolEspurnes>" %}


---

# 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://polespurnes.gitbook.io/en/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.
