Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 849 Bytes

File metadata and controls

28 lines (17 loc) · 849 Bytes

keychainreader

This program is a modification of Juuso Salonen's keychaindump. The difference is, instead of looking for the master key in memory, you simply pass the keychain password to the program.

This is a simple OSX keychain reader.

How?

Build instructions:

$ gcc keychainreader.c -o keychainreader -lcrypto

Basic usage:

$ ./keychainreader <path to keychain file>

[*] Enter password (will be echoed!):

...
(keychain contents)
...

Who?

Keychaindump was originally written by Juuso Salonen, the guy behind Radio Silence and Private Eye.

Modified by Lessandro Mariano.

License

Do whatever you wish. Please don't be evil.