> 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/es/cms/daloradius-cms-exploitation.md).

# DaloRADIUS

<figure><img src="/files/2d0c0fc16f7e26f1a09836420d947b4b9765e5bf" alt="" width="563"><figcaption></figcaption></figure>

**Escaneo de directorios con Gobuster:**/ Enumerar directorios web:

```bash
gobuster dir -u http://underpass.htb/daloradius/ -w /usr/share/SecLists/Discovery/Web-Content/directory-list-2.3-medium.txt -t 100
```

Resultado: el **`/app`** directorio se descubre.

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

**Enumeración de subdirectorios:**<br>

Enumerando **`/app`** revela:

```bash
gobuster dir -u http://underpass.htb/daloradius/app/ -w /usr/share/SecLists/Discovery/Web-Content/directory-list-2.3-medium.txt -t 100
```

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

* Un **inicio de sesión de usuario** página.

<figure><img src="/files/999f0b65735f2455946353928d681475d711c3e3" alt=""><figcaption></figcaption></figure>

* Un **inicio de sesión de operador** página.

<figure><img src="/files/7da2740eb58d058633e0f26f9a1503355e00abcb" alt=""><figcaption></figcaption></figure>

**Acceso con las credenciales predeterminadas de DaloRADIUS:**/ Probar las credenciales predeterminadas de RADIUS:

* **Nombre de usuario :** `administrator`
* **Contraseña :** `radius`/ Estas credenciales funcionan en el panel de operadores.

<figure><img src="/files/282c8dbaa3488c530f50ea74556201529070e4a4" alt=""><figcaption></figcaption></figure>

### **Extracción de información sensible:**

En el **Administración** sección, recuperar una **username** y **hash de contraseña**:

* **Usuario :** `svcMosh`
* **Hash :** `412DD4759978ACFCC81DEAB01B382403`

<figure><img src="/files/1ca61c4f9852e98cdb3eb11e66270a6188b16d7d" alt=""><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/es/cms/daloradius-cms-exploitation.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.
