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

# Presentación

Esta página incluye los apuntes que voy tomando sobre Pentesting y Hacking ético centrándose en el Red Team y con el objetivo de poder superar la **certificación OSCP** (algún día).

La idea es que la estructura sea lo más sencilla posible para desarrolladores y hackers que buscan información sobre un servicio concreto, una herramienta concreta o un exploit concreto.

En los enlaces de la izquierda podrán encontrar:

* Los apuntes de **Linux** orientados a la **certificación LPIC-1** y al conocimiento general de la arquitectura.
* Los apuntes de **Blue Team** con la parte de gestión de servidores Linux de la **certificación LPIC-1**.
* Los apuntes de **Python** para principiantes.
* El enlace a mi **github** donde podrán encontrar todos mis proyectos.

{% hint style="danger" %}
Algunos de los contenidos han sido traducidos literalmente de otros medios como por ejemplo [Hacktricks](https://book.hacktricks.xyz/welcome/readme). He intentado indicar en todos ellos la fuente.&#x20;
{% endhint %}

Esto pretende ser una herramienta para desarrolladores y hackers con una base en Linux y en Ciberseguridad que busquen información de apoyo para una situación concreta.

El recurso se encuentra en constante cambio y crecimiento pues es una de mis herramientas de trabajo a la hora de enfrentar un CTF o un Pentest. El contenido aumentará poco a poco.

*Ricardev*\
<_contacto@ricar.dev>  (No duden en enviar propuestas y correcciones)\_


---

# 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:

```
GET https://ricardev.gitbook.io/red-team/undefined.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.
