> For the complete documentation index, see [llms.txt](https://pentesting.mrw0l05zyn.cl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion.md).

# Escaneo y enumeración

- [Descubrimiento de host](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/descubrimiento-de-host.md)
- [Sniffing y MitM attack](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/sniffing-y-mitm-attack.md): Sniffing y MitM attack (Man in the middle attack)
- [Escaneo de puertos](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/escaneo-de-puertos.md)
- [Identificación de servicios](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/identificacion-de-servicios.md)
- [Servicios](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/servicios.md)
- [21/TCP (FTP)](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/servicios/21-tcp-ftp.md): FTP, File Transfer Protocol.
- [22/TCP (SSH)](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/servicios/22-tcp-ssh.md): SSH, Secure SHell.
- [25/TCP, 465/TCP, 587/TCP (SMTP/S)](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/servicios/25-tcp-465-tcp-587-tcp-smtp-s.md): SMTP, Simple Mail Transfer Protocol. SMTPS, Simple Mail Transfer Protocol Secure.
- [80/TCP, 443/TCP (HTTP/S)](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/servicios/80-tcp-443-tcp-http-s.md): HTTP, Hypertext Transfer Protocol. HTTPS, Hypertext Transfer Protocol Secure.
- [137/UDP, 138/UDP, 139/TCP (NetBIOS)](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/servicios/137-tcp-137-udp-138-udp-139-tcp-netbios.md): NetBIOS, Network Basic Input/Output System.
- [161/UDP, 162/UDP (SNMP)](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/servicios/161-udp-162-udp-snmp.md): SNMP, Simple Network Management Protocol.
- [389/TCP/UDP, 636/TCP, 3268/TCP, 3269/TCP (LDAP)](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/servicios/389-tcp-udp-636-tcp-3268-tcp-3269-tcp-ldap.md): LDAP, Lightweight Directory Access Protocol.
- [445/TCP (SMB)](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/servicios/445-tcp-smb.md): SMB, Server Message Block.
- [1433/TCP (MSSQL Server)](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/servicios/1433-tcp-mssql-server.md): Microsoft SQL Server.
- [2049/TCP (NFS)](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/servicios/2049-tcp-nfs.md): NFS, Network File System.
- [3306/TCP (MySQL)](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/servicios/3306-tcp-mysql.md)
- [3389/TCP (RDP)](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/servicios/3389-tcp-rdp.md): RDP, Remote Desktop Protocol.
- [5432/TCP (PostgreSQL)](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/servicios/5432-tcp-postgresql.md)
- [6379/TCP (Redis)](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/servicios/6379-tcp-redis.md)
- [27017/TCP (MongoDB)](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/servicios/27017-tcp-mongodb.md)
- [Herramientas automatizadas](https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/herramientas-automatizadas.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, and the optional `goal` query parameter:

```
GET https://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion.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.
