Skip to content

Bruteforce master passwords of the MAC OS X password manager.

Notifications You must be signed in to change notification settings

ziman/keychain-bruteforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

Bruteforce master passwords of the MAC OS X password manager.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages