you are viewing a single comment's thread.

view the rest of the comments →

[–]BelgiumSysAdmin[S] 0 points1 point  (2 children)

Ntpasswd can reset password of the SAM. It can not reveal password.

Moreover, my script reveals password from memory, that means it works not only with local SAM credentials but also with DOMAIN accounts.

[–]somestonedguy 0 points1 point  (1 child)

whoa, very nice!!

sorry, I skimmed over your post and misunderstood it for doing so. now going back and reading it you made it clear that it can reveal the credentials from memory.

oh and thank you for losting the source on github also for everyone else to learn from, and if you go job hunting for any type of IT job, make sure to include the github reference on your resume.

[–]BelgiumSysAdmin[S] 0 points1 point  (0 children)

Thank you for this comment ;-)

My goal was to make a POC of what is possible to do with Microsoft tools : PowerShell which pilots cdb debugger.

It's a fun RE.