# Writeups Template

Aquí documento mi práctica constante en plataformas de hacking ético y laboratorios personalizados. La mejor forma de mantener el filo es practicando.

## Plataformas

### Hack The Box (HTB)

Máquinas retiradas y activas que he comprometido.

* [Perfil HTB](https://app.hackthebox.com/profile/jotatito05)

### TryHackMe (THM)

Rooms de aprendizaje y CTFs.

## Estructura de un Writeup

Para cada máquina, sigo esta plantilla de reporte para mantener la consistencia:

### 1. Enumeración

* Escaneo de puertos (Nmap).
* Enumeración de servicios web / SMB / etc.

### 2. Análisis de Vulnerabilidades

* ¿Qué falló? Exploit encontrado o mala configuración.
* CVE asociado.

### 3. Explotación (User Flag)

* Paso a paso para conseguir la shell.
* Comandos exactos y payloads usados.

### 4. Escalada de Privilegios (Root Flag)

* Enumeración interna (LinPEAS/WinPEAS).
* Vector de escalada (Kernel exploit, SUID, Cron job, etc.).

### 5. Remediation (Opcional)

* Cómo parchear la vulnerabilidad.


---

# 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://jotatito05.gitbook.io/la-bitacora-de-jotatito05/99.-labs-and-resources/writeups-template.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.
