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

# Home

Soy un estudiante de ciberseguridad. Este sitio lo he creado con la intención de compartir mis write-ups de HackTheBox, un lugar donde paso gran parte de mi tiempo aprendiendo, resolviendo retos y, sobre todo, divirtiéndome mientras exploro nuevos conocimientos.

\
Aquí encontrarás mis experiencias y enfoques para resolver máquinas, desde la enumeración inicial hasta la escalada de privilegios. No pretendo que sea una guía perfecta, pero sí algo útil para quienes están en este mundo o quieren iniciarse. A fin de cuentas, lo que más me importa es seguir aprendiendo y compartir lo que sé con la comunidad.

\
Cuando no estoy resolviendo retos, me gusta investigar nuevas técnicas, probar herramientas y disfrutar de los pequeños logros que vienen con cada desafío resuelto. Si llegaste hasta aquí, espero que encuentres algo que te sirva o que te inspire a seguir mejorando.a

\
¡Gracias por pasarte por aquí! 😊

***

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>                     <a href="https://discord.com/users/529702925791133716">Gzzcoo</a></td><td><a href="/files/Hg0u0hHF3wsLHx4FDTUR">/files/Hg0u0hHF3wsLHx4FDTUR</a></td></tr><tr><td>             <a href="https://app.hackthebox.com/users/1214575">Hack The Box</a></td><td><a href="/files/xAupN35iRLKa0VsRFyNz">/files/xAupN35iRLKa0VsRFyNz</a></td></tr><tr><td>              <a href="https://gzzcoo.gitbook.io/pentest-notes">Pentest Notes</a></td><td><a href="/files/xelEMroBKulqxx26SqE9">/files/xelEMroBKulqxx26SqE9</a></td></tr><tr><td></td><td></td></tr></tbody></table>


---

# 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://gzzcoo.gitbook.io/walkthroughs/home.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.
