# Welcome

The purpose of this site is essentially educational. It is a collection of cybersecurity write-ups and research notes created during my learning experience.&#x20;

Most of the techniques used are not mine, I learned them elsewhere. However, I add references to all sources (CVEs, exploits, payloads, bounty reports, etc.) so you can do your own research. In a few cases, I developed my own code snippets or made custom modifications to exploits. Sometimes I asked an LLM to develop simple scripts. All these cases are indicated in the text, and you are free to use my code whenever and wherever you like.

The available write-ups at this moment are the following:

{% content-ref url="/pages/PN6XxQmDb6OU3Q1StgDB" %}
[API](/book/api/crapi.md)
{% endcontent-ref %}

{% content-ref url="/pages/7FZ2Y3elnBDXNqG6IHo1" %}
[CLOUD](/book/cloud/flaws.cloud.md)
{% endcontent-ref %}

{% content-ref url="/pages/8VAg5iStw16edTKVgYiV" %}
[HACK THE BOX](/book/hack-the-box/release-arena.md)
{% endcontent-ref %}

{% content-ref url="/pages/fT5wdXzK2ocnkjH5D6bN" %}
[HARDWARE AND IoT](/book/hardware-and-iot/nokia-g-010g-p-ont.md)
{% endcontent-ref %}

{% content-ref url="/pages/ySaTQE4cWj4MtBo2M7us" %}
[PORTSWIGGER](/book/portswigger/academy.md)
{% endcontent-ref %}

{% content-ref url="/pages/PqbkO7o8RETQaAoTx4aI" %}
[RF HACKING](/book/rf-hacking/101.md)
{% endcontent-ref %}


---

# 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://allthewriteups.gitbook.io/book/welcome.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.
