> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/fr/ports-and-services/ftp-21.md).

# FTP - 21

FTP devient souvent utile lorsque l'accès anonyme, les répertoires inscriptibles, les fichiers de sauvegarde ou les téléversements vers la racine web sont exposés. Commencez par vérifier les informations de version, la connexion anonyme, les permissions d'écriture et si les fichiers téléversés sont accessibles depuis un service web.

## Notes

<table data-view="cards" data-full-width="false" data-search="false"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Force brute</strong></td><td>Validez les identifiants FTP avec Hydra et des listes de mots.</td><td><a href="/pages/a9c9f5df55fec9b1947285dc734e7fe47f00a0e6">/pages/a9c9f5df55fec9b1947285dc734e7fe47f00a0e6</a></td></tr><tr><td><strong>Accès anonyme</strong></td><td>Vérifiez la connexion anonyme et le contenu FTP lisible.</td><td><a href="/pages/e06b23f0a3f1646f68b4711d46eeb53574142352">/pages/e06b23f0a3f1646f68b4711d46eeb53574142352</a></td></tr><tr><td><strong>Téléversement vers un shell</strong></td><td>Exploitez les chemins FTP inscriptibles pour des web shells et des reverse shells.</td><td><a href="/pages/e18a5db63aa1b4f40d6a411315a8a9e29564660c">/pages/e18a5db63aa1b4f40d6a411315a8a9e29564660c</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://hacking-notes.jord4n.pro/fr/ports-and-services/ftp-21.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
