> For the complete documentation index, see [llms.txt](https://writeups-ctfs.gitbook.io/writeup-ctf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://writeups-ctfs.gitbook.io/writeup-ctf/inicio.md).

# Inicio

## Write-Ups & Papers - CTF Challenges

Bienvenido a este Git Book, donde documento mis análisis, write-ups y papers sobre retos de CTF en plataformas como:

* **VulnHub**
* **TryHackMe**
* **Hack The Box**
* **TheHackerLabs**

### 📌 Objetivo

Este Git Book sirve como un espacio de aprendizaje y referencia, tanto para mí como para la comunidad, con el fin de documentar metodologías, técnicas de explotación y resolución de desafíos de hacking ético.

### 📂 Estructura del GitBook

Cada write-up está organizado por plataforma y nombre del reto:

#### 🔥 Hack The Box

* [ARMAGEDDON](/writeup-ctf/hack-the-box/armageddon-easy.md) \[EASY🟢]
* [BANK](/writeup-ctf/hack-the-box/bank-easy.md)  \[EASY🟢]
* [DEVEL](/writeup-ctf/hack-the-box/devel-easy.md)  \[EASY🟢]
* [ACTIVE](/writeup-ctf/hack-the-box/active-easy.md)  \[EASY🟢]
* [PHOTOBOMB](/writeup-ctf/hack-the-box/photobomb-easy.md)  \[EASY🟢]
* [IRKED](/writeup-ctf/hack-the-box/irked-easy.md) \[EASY🟢]&#x20;
* [NIBBLES](/writeup-ctf/hack-the-box/nibbles-easy.md) \[EASY🟢]&#x20;
* [GRANDPA](/writeup-ctf/hack-the-box/grandpa-easy.md) \[EASY🟢]&#x20;
* [VALIDATION](/writeup-ctf/hack-the-box/validation-easy.md) \[EASY🟢]&#x20;
* [REMOTE](/writeup-ctf/hack-the-box/remote-easy.md) \[EASY🟢]&#x20;
* [DRIVER](/writeup-ctf/hack-the-box/driver-easy.md) \[EASY🟢]&#x20;
* [NUNCHUCKS ](/writeup-ctf/hack-the-box/nunchucks-easy.md)\[EASY🟢]&#x20;
* [BROKER](/writeup-ctf/hack-the-box/broker-easy.md) \[EASY🟢]&#x20;
* [BLOCKY](/writeup-ctf/hack-the-box/blocky-easy.md) \[EASY🟢]&#x20;
* [FOREST](/writeup-ctf/hack-the-box/forest-easy.md) \[EASY🟢]&#x20;
* [SAU](/writeup-ctf/hack-the-box/sau-easy.md)  \[EASY🟢]&#x20;
* [BASTION](/writeup-ctf/hack-the-box/bastion-easy.md) \[EASY🟢]&#x20;
* [HEIST](/writeup-ctf/hack-the-box/heist-easy.md) \[EASY🟢]&#x20;
* [SHOCKER](/writeup-ctf/hack-the-box/shocker-easy.md) \[EASY🟢]&#x20;
* [LATE](/writeup-ctf/hack-the-box/late-easy.md) \[EASY🟢]&#x20;
* [MIRAI](/writeup-ctf/hack-the-box/mirai-easy.md) \[EASY🟢]&#x20;
* [RETURN](/writeup-ctf/hack-the-box/return-easy.md) \[EASY🟢]&#x20;
* [BLUE](/writeup-ctf/hack-the-box/blue-easy.md) \[EASY🟢]&#x20;
* [SECNOTES](/writeup-ctf/hack-the-box/secnotes-medium.md)  \[MEDIUM🔵]
* [AMBASSADOR](/writeup-ctf/hack-the-box/ambassador-medium.md)  \[MEDIUM🔵]
* [AUTHORITY](/writeup-ctf/hack-the-box/authority-medium.md) \[MEDIUM🔵]&#x20;
* [MONTEVERDE](/writeup-ctf/hack-the-box/monteverde-medium.md) \[MEDIUM🔵]&#x20;
* [TIME](/writeup-ctf/hack-the-box/time-medium.md) \[MEDIUM🔵]&#x20;
* [BLACKFIELD](/writeup-ctf/hack-the-box/blackfield-hard.md) \[HARD🟠] 🆕

#### 🖥️ VulnHub

* [BADSTORE 1.2.3](/writeup-ctf/vulnhub/badstore-1.2.3.md)

#### 🌍 TryHackMe

* EN PROCESO

#### 🛡️ TheHackerLabs

* EN PROCESO

### ⚠️ Disclaimer

Este contenido es solo para **fines educativos y de aprendizaje** en el ámbito de la **seguridad informática** y **hacking ético**. No me hago responsable del uso indebido de la información compartida.

### 🚀 Contribuciones

Si tienes sugerencias o mejoras en los write-ups, no dudes en [contactarme](/writeup-ctf/mis-redes-sociales.md).

¡Espero que este Git Book sea útil para la comunidad! 🔥


---

# 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://writeups-ctfs.gitbook.io/writeup-ctf/inicio.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.
