# 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>
```
