QCKPWDCHK (Quick password check) is a tool that retrieves passwords using techniques that don't require administrator
- Reading Powershell History
- Scanning user's profiles
- Scanning Unattend files
- Checking for passwords in local user comments
Download the file and run it with powershell .\qckpwdchk.ps1
or use this PS oneliner :
curl https://raw.githubusercontent.com/puckblush/qckpwdchk/main/qckpwdchk.ps1 |iex