> For the complete documentation index, see [llms.txt](https://hacking-3.gitbook.io/barre/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-3.gitbook.io/barre/apuntes/general/redes/protocolos/ftp.md).

# FTP

Análisis de protocolo FTP:

* Detectar versiones del protocolo
* Leer el banner del protocolo conectándote con netcat o telnet
* Probar diferentes scripts
  * ftp-anon: Ver si puedes iniciar sesión con usuario anónimo
  * ftp-bound: Escaneo vulnerable a ftp-bounce
  * ftp-syst: Envía comando SYST(sistema) y STAT(estado servicio)
