Simple script that lists creds from the Windows Credentials Manager
Tested only on Windows 11.
In case if you already have Golang and Git installed:
git clone git@github.com:hugmouse/windows-creds-list.git
cd windows-creds-list
go run main.go
In case if you do not:
- Download the latest release from here
- Run it from command line, powershell, terminal, etc.