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>
Last updated 1 year ago