# GenericAll

En este caso tenemos el derecho **GenericAll**. En Linux abuse podemos ver como atacarlo.

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

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

Completamos el comando y comprobamos que antes no nos dejaba con tal contraseña acceder vía WinRM pero luego nos salía PWNED.

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

Al ejecutar el comando:

```
net rpc password "TargetUser" "newP@ssword2022" -U "DOMAIN"/"ControlledUser"%"Password" -S "DomainController"
```

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

Vemos que si volvemos a ver si podemos acceder vía winrm, sí nos dejará.

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


---

# 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://alv-fh.gitbook.io/alv-fh/windows-privilege-escalation/genericall.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.
