I'm looking at the windows credential manager. Just wrote a tiny bit of code to naively dump the contents of the credential store.
Go to file
neko.py 725f88fa6f Ready to go
1. Code in place to enumerate the windows cred store and dump credential materials
2. Naive handling for wide characters
3. This probably could have been in C lol
4. Who needs braces? lol
2019-03-10 18:30:05 -07:00
.gitignore Initial commit 2019-03-10 00:46:58 -05:00
LICENSE Fixup license 2019-03-09 23:05:24 -07:00
main.cpp Ready to go 2019-03-10 18:30:05 -07:00
README.md Initial commit 2019-03-10 00:46:58 -05:00

cred-investigator

I'm looking at the windows credential manager