# Ciberseguridad & Pentesting Lab

Este módulo está dedicado a la documentación de técnicas de auditoría, explotación y post-explotación. Aquí recopilo metodologías, herramientas y writeups de máquinas de entrenamiento.

***

## 📂 Fases del Pentesting

Explora los laboratorios organizados por fases y herramientas:

| Fase / Categoría         | Descripción                                                | Acceso Directo                                     |
| ------------------------ | ---------------------------------------------------------- | -------------------------------------------------- |
| 🔍 **Enumeración**       | Descubrimiento de hosts, escaneo de puertos y fuzzing web. | [Ver contenido](/henkosec/enumeration.md)          |
| 🚀 **Explotación Web**   | Ataques a CMS (WordPress, Drupal) y servidores.            | [Ver contenido](/henkosec/web.md)                  |
| 🔑 **PrivEsc**           | Escalada de privilegios en sistemas Linux y Windows.       | [Ver contenido](/henkosec/privilege-escalation.md) |
| 🚩 **Post-Exploitation** | Pivoting, persistencia y tratamiento de TTY.               | [Ver contenido](/henkosec/post-exploitation.md)    |
| 🛠️ **Tools**            | Guías de herramientas como John the Ripper.                | [Ver contenido](/henkosec/tools.md)                |
| 📝 **Writeups**          | Resoluciones de DockerLabs y The Hackers Labs.             | [Ver contenido](/henkosec/writeups.md)             |
| 🎓 **eJPTv2**            | Notas específicas de preparación para la certificación.    | [Ver contenido](/henkosec/ejptv2.md)               |

***

## 🛠️ Toolkit Principal

![Kali Linux](https://img.shields.io/badge/Kali_Linux-557C94?style=for-the-badge\&logo=kali-linux\&logoColor=white) ![Nmap](https://img.shields.io/badge/Nmap-83B81A?style=for-the-badge\&logo=nmap\&logoColor=white) ![Metasploit](https://img.shields.io/badge/Metasploit-FF4400?style=for-the-badge) ![Burp Suite](https://img.shields.io/badge/Burp_Suite-FF6633?style=for-the-badge\&logo=portswigger\&logoColor=white)

***

## 📽️ Comunidad y Contenido

Puedes seguir mi progreso y contenido adicional en:

* 🎥 **YouTube** → [bitsofalber](https://www.youtube.com/@bitsofalber)
* 📸 **Instagram** → [@bitsofalber](https://www.instagram.com/bitsofalber/)
* 💼 **LinkedIn** → [ahidalgotech](https://linkedin.com/in/ahidalgotech)

***

[⬅️ Volver al menú principal](/henkosec/readme.md)


---

# 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://henkosec.gitbook.io/henkosec/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.
