Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jmagers/MacinHash
- Owner: jmagers
- Created: 2017-11-30T06:40:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T07:56:29.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T07:11:35.044Z (3 months ago)
- Topics: hashcat, john-the-ripper, mac, osx, password-cracker, plist
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 35
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-password-cracking - MacinHash - Convert macOS plist password file to hash file for password crackers. (Conversion)
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/\.plistConvert 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
```