850 B
850 B
-
download the MongoDB from here.
-
Create a folder on the C drive ( passwordrecover )
-
Extract mongo.exe from the bin folder into the newly created C:\passwordrecover folder
-
WINDOWS + R and type cmd ( ENTER )
-
Go to the folder you just created
cd C:/passwordrecover
- Run the following commands, those commands will prompt you with all the admin account.
mongo --port 27117
use ace
db.admin.find()
- Now run the next command and replace with the admin account.
db.admin.update( { "name" : "<UserName>" }, { $set : { "x_shadow" : "$6$ybLXKYjTNj9vv$dgGRjoXYFkw33OFZtBsp1flbCpoFQR7ac8O0FrZixHG.sw2AQmA5PuUbQC/e5.Zu.f7pGuF7qBKAfT/JRZFk8/" } } )
- You can now login with your admin account and password password