> 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/21-tcp-ftp.md).

# 21/TCP (FTP)

## Banner grabbing

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

## Vulnerabilidades

### Nmap

```shell
nmap -p 21 --script=vuln <target>
nmap -p 21 --script=ftp-anon.nse <target>
```
