# HawkSec - WriteUps

Bem-vindo ao repositório de WriteUps da HawkSec! Aqui documentamos desafios resolvidos em competições e plataformas de CTF (Capture The Flag), compartilhando técnicas, estratégias e aprendizados adquiridos ao longo do caminho.

## 🎯 CTFs

* [2025](https://hawksec.gitbook.io/pt/writeups/anos/2025)
* [2024](https://hawksec.gitbook.io/pt/writeups/anos/2024)

## 🧠 Dinâmica

* [2025](https://hawksec.gitbook.io/pt/writeups/dinamica/2025)

## 🌐 Plataformas

* [HackTheBox](https://hawksec.gitbook.io/pt/writeups/hackthebox/hardware)
* [PicoCTF](https://hawksec.gitbook.io/pt/writeups/picoctf/binary-exploitation)

## 📂 Estrutura

Os WriteUps são organizados da seguinte forma:

```
📁 Writeups/
├── 📁 [Ano]/
|   ├── 📁 [Competição]/
|   |   ├── 📁 [Desafios]/
|   |   |   ├── 📝 Explicação em formato md
|   |   |   └── 📎 Arquivos relacionados
├── 📁 Dinâmica/
|   ├── 📁 [Ano]/
|   |   ├── 📁 [Desafios]/
|   |   |   ├── 📝 Explicação em formato md
|   |   |   └── 📎 Arquivos relacionados
├── 📁 [Plataforma]/
|   ├── 📁 [Categoria]/
|   |   ├── 📁 [Desafios]/
|   |   |   └── 📝 Explicação em formato md
```

## 🗣️ Social

[![badge](https://img.shields.io/badge/linktree-darkgreen?style=for-the-badge\&logo=linktree\&logoColor=white)](https://linktr.ee/hawksec)


---

# 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://hawksec.gitbook.io/pt/writeups/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.
