# Alberto wiki

## Alberto wiki

- [Índice](https://wiki.linarescorrales.es/indice.md): Hola! En este espacio vas a encontrar una recopilación dinámica de conceptos y herramientas de ciberseguridad, que nos ayudan a ejecutar auditorías, entender vulnerabilidades, y cómo explotarlas.
- [Herramientas](https://wiki.linarescorrales.es/herramientas.md)
- [Notas](https://wiki.linarescorrales.es/notas.md)
- [Recursos](https://wiki.linarescorrales.es/recursos.md)
- [Metodología \[HTB\]](https://wiki.linarescorrales.es/metodologia-htb.md)
- [LINUX](https://wiki.linarescorrales.es/apuntes/linux.md)
- [Vuls-Vuls repo](https://wiki.linarescorrales.es/apuntes/linux/vuls-vuls-repo.md): Gestionar vulnerabilidades conocidas en el software instalado en la máquina y generar reporte
- [Ansible](https://wiki.linarescorrales.es/apuntes/linux/ansible.md)
- [OSINT](https://wiki.linarescorrales.es/apuntes/osint.md)
- [Google](https://wiki.linarescorrales.es/apuntes/osint/google.md)
- [Bing](https://wiki.linarescorrales.es/apuntes/osint/bing.md)
- [Yandex](https://wiki.linarescorrales.es/apuntes/osint/yandex.md)
- [Shodan](https://wiki.linarescorrales.es/apuntes/osint/shodan.md)
- [DuckDuckGO](https://wiki.linarescorrales.es/apuntes/osint/duckduckgo.md)
- [NMAP](https://wiki.linarescorrales.es/apuntes/nmap.md)
- [Puertos y Servicios](https://wiki.linarescorrales.es/apuntes/puertos-y-servicios.md)
- [21 -FTP](https://wiki.linarescorrales.es/apuntes/puertos-y-servicios/21-ftp.md)
- [22 - SSH](https://wiki.linarescorrales.es/apuntes/puertos-y-servicios/22-ssh.md)
- [2049 - NFS](https://wiki.linarescorrales.es/apuntes/puertos-y-servicios/2049-nfs.md)
- [Escalada de Privilegios](https://wiki.linarescorrales.es/apuntes/escalada-de-privilegios.md)
- [Linux](https://wiki.linarescorrales.es/apuntes/escalada-de-privilegios/linux.md)
- [Windows](https://wiki.linarescorrales.es/apuntes/escalada-de-privilegios/windows.md)
- [MALWARE](https://wiki.linarescorrales.es/apuntes/malware.md)
- [Proving Grounds](https://wiki.linarescorrales.es/writeups/proving-grounds.md)
- [CTF Money Box](https://wiki.linarescorrales.es/writeups/proving-grounds/ctf-money-box.md)
- [CTF Gaara](https://wiki.linarescorrales.es/writeups/proving-grounds/ctf-gaara.md)
- [Securiters](https://wiki.linarescorrales.es/writeups/securiters.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://wiki.linarescorrales.es/indice.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.
