> 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/web-vulnerabilities/mass-assignment-attack/mass-assignment-attack-role-admin-pentesting-web.md).

# Asignación masiva de rol de administrador

Nosotros **creaciones** un nuevo usuario:

<figure><img src="/files/379ada533ec8958b17082a13bb7de4c7d3e788af" alt="" width="563"><figcaption></figcaption></figure>

Interceptamos la solicitud con Burp Suite y descubrimos en la respuesta un rol de **clic**.

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

Si añadimos un **nuevo parámetro que no existe** "role" con el contenido "admin" en nuestra consulta:

<figure><img src="/files/545a2816ad44001ab55c0630cc18dd77ef731a83" alt=""><figcaption></figcaption></figure>

Obtenemos de **privilegios de administrador**:

<figure><img src="/files/1d516364fd798fe713ac9eaa8f7aa5695b0932fd" 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/web-vulnerabilities/mass-assignment-attack/mass-assignment-attack-role-admin-pentesting-web.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.
