# Port 2049 - Pentesting NFS Service

{% hint style="info" %}
Le Network File System (NFS) est un protocole de niveau application selon le modèle OSI. Il est utilisé pour créer des systèmes de fichiers distribués dans un réseau local, permettant ainsi à différents systèmes connectés d'accéder à des fichiers distants comme s'ils étaient locaux.
{% endhint %}

Pour lister les fichiers avec `mount` :

```bash
showmount -e 10.10.10.180
```

<table><thead><tr><th data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/1LJnJFIDoQP5wNlCc9um">/pages/1LJnJFIDoQP5wNlCc9um</a></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://hacking-notes.jord4n.pro/ports-and-services/port-2049-pentesting-nfs-service.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
