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'