mprahl / ADReset

Not Maintained: ADReset is a self-service Active Directory password reset portal
GNU General Public License v3.0
62 stars 34 forks source link

Reset Admin Password #18

Closed dkraklan closed 4 years ago

dkraklan commented 4 years ago

Is it possible to reset the admin pasword ?

dkraklan commented 4 years ago

I'll respond as I figured this out

You can insert the hash'd password into the DB. 1.) Has the password using PHP's password_hash(); with default. 2.) Open the DB and select the localadmins table 3.) replace the current value for the password of the localadmin with your new hash.