keychain-bruteforce

Bruteforce master passwords of the MAC OS X password manager.

Stars
7

keychain-bruteforce

Bruteforce master passwords of the MAC OS X password manager.

Usage:

$ ./bruteforce -w words.txt

You can generate various typos using

$ ./mkwordlist > words.txt

For mkwordlist, you need substs.py:

SUBSTS = {'s': 'ad', 'h': 'jg', ...}
PWD = 'my secret password without typos'