# 111 - Pentesting RPC

## Change the Password of Domain User

We can change the password of the domain user if we have privielges to do so using rpcclient

```
rpcclient <DC IP HERE> -U 'Domain\username'

# To change the password

setuserinfo <victim user> 23 <new-password> 
```
