Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmagers/MacinHash

Convert MacOS plist password file to hash file for password crackers
https://github.com/jmagers/MacinHash

hashcat john-the-ripper mac osx password-cracker plist

Last synced: 6 days ago
JSON representation

Convert MacOS plist password file to hash file for password crackers

Awesome Lists containing this project

README

        

# MacinHash
Convert MacOS plist password file to hash file for password crackers. Supports plist files from MacOS 10.8+. Can be run on any machine that supports Python.

## Dependencies
Python 3.5+

## Usage
Obtain the plist file located at /var/db/dslocal/nodes/Default/users/\.plist

Convert it to hash format **\:$ml$\$\$\**
```
python3 machash.py
```

Use with a password cracker like hashcat or John the Ripper
```
hashcat -m 7100 --username
john -w
```