> 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/explotacion/servicios.md).

# Servicios

- [22/TCP (SSH)](https://pentesting.mrw0l05zyn.cl/explotacion/servicios/22-tcp-ssh.md): SSH, Secure SHell.
- [25/TCP, 465/TCP, 587/TCP (SMTP/S)](https://pentesting.mrw0l05zyn.cl/explotacion/servicios/25-tcp-465-tcp-587-tcp-smtp-s.md): SMTP, Simple Mail Transfer Protocol. SMTPS, Simple Mail Transfer Protocol Secure.
- [53/TCP, 53/UDP (DNS)](https://pentesting.mrw0l05zyn.cl/explotacion/servicios/53-tcp-53-udp-dns.md): DNS, Domain Name System. Transferencia de zona 53/TCP y búsqueda de nombre 53/UDP.
- [80/TCP, 443/TCP (HTTP/S)](https://pentesting.mrw0l05zyn.cl/explotacion/servicios/80-tcp-443-tcp-http-s.md): HTTP, Hypertext Transfer Protocol. HTTPS, Hypertext Transfer Protocol Secure.
- [445/TCP (SMB)](https://pentesting.mrw0l05zyn.cl/explotacion/servicios/445-tcp-smb.md): SMB, Server Message Block.
- [161/UDP, 162/UDP (SNMP)](https://pentesting.mrw0l05zyn.cl/explotacion/servicios/161-udp-162-udp-snmp.md): SNMP, Simple Network Management Protocol.
- [1433/TCP (MSSQL Server)](https://pentesting.mrw0l05zyn.cl/explotacion/servicios/1433-tcp-mssql-server.md): Microsoft SQL Server.
- [2049/TCP (NFS)](https://pentesting.mrw0l05zyn.cl/explotacion/servicios/2049-tcp-nfs.md): NFS, Network File System.
- [3389/TCP (RDP)](https://pentesting.mrw0l05zyn.cl/explotacion/servicios/3389-tcp-rdp.md): RDP, Remote Desktop Protocol.
- [5985/TCP, 5986/TCP (WinRM)](https://pentesting.mrw0l05zyn.cl/explotacion/servicios/5985-tcp-5986-tcp-winrm.md): WinRM, Windows Remote Manager.
- [6379/TCP (Redis)](https://pentesting.mrw0l05zyn.cl/explotacion/servicios/6379-tcp-redis.md)
- [Git](https://pentesting.mrw0l05zyn.cl/explotacion/servicios/git.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://pentesting.mrw0l05zyn.cl/explotacion/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.
