> 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/cms/nostromo-cms-exploitation/nostromo-homedirs-configuration.md).

# Configuration HomeDirs de Nostromo

### Configuration des répertoires personnels de Nostromo

{% hint style="info" %}
**Contexte :** Nostromo peut être configuré pour permettre aux utilisateurs d’héberger du contenu web à partir d’un répertoire personnel, souvent `public_www` sous `/home/[user]/public_www`. Les utilisateurs peuvent ensuite accéder à leurs pages via des URL telles que `http://traverxec.htb/~[user]`.
{% endhint %}

<figure><img src="/files/5d0b4604d7119e550991b17cfe08b2bbcef3e3c0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/895d31900532e918f099b299b8a4323e375663c6" alt=""><figcaption></figcaption></figure>

L’examen du fichier révèle également `public_www` comme emplacement par défaut du contenu web des utilisateurs.

<figure><img src="/files/596be5ce1be56b93e89da2ac5304fc5ef4de0c6a" alt=""><figcaption></figcaption></figure>

En accédant à `http://traverxec.htb/~david` révèle un `protected-file-area` dossier contenant un `.tgz` .

<figure><img src="/files/6af523154c4eff5c1a5b151428b126cc1a20dc30" alt=""><figcaption></figcaption></figure>

**Téléchargement et extraction du contenu :**

Télécharger `backup-ssh-identity-files.tgz`:

<figure><img src="/files/cf502ffcaa0b829324ac8bf94211d138cbe7f54d" alt=""><figcaption></figcaption></figure>

Extrayez le contenu pour récupérer une clé SSH :

`tar -xzf backup-ssh-identity-files.tgz`

<figure><img src="/files/5fd13abadfd8a58983bd149c5c9a0f9407a552cd" alt="" width="563"><figcaption></figcaption></figure>


---

# 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/cms/nostromo-cms-exploitation/nostromo-homedirs-configuration.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.
