# Servicios

- [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)


---

# Agent Instructions: 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://pentesting.mrw0l05zyn.cl/escaneo-y-enumeracion/servicios.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.
