> 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/servicios/22-tcp-ssh.md).

# 22/TCP (SSH)

## Banner grabbing

```shell
nc -vn <target> 22
```

## Vulnerabilidades

```shell
nmap -p 22 --script=vuln <target> -oN nmap-vuln-SSH.txt
```
