Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
osx-password-dumper — A tool to dump users's .plist on a Mac OS system and to convert them into a crackable hash | Kitploit
Tools/GitHubGitHub/jeanpeyremesmots/osx-password-dumper
Password CrackingPost-ExploitationCTFPenetration TestingRed Teaming
GitHubjeanpeyremesmots/osx-password-dumper

osx-password-dumper

A tool to dump users's .plist on a Mac OS system and to convert them into a crackable hash

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
53531 year agoReviewed by Kitploit

🍎 🔓 OSX Password Dumper Script

Overview

A bash script to retrieve user's .plist files on a macOS system and to convert the data inside it to a crackable hash format. (to use with John The Ripper or Hashcat)

Useful for CTFs/Pentesting/Red Teaming on macOS systems.

Prerequisites

  • The script must be run as a root user (sudo)
  • macOS environment (tested on a macOS VM Ventura beta 13.0 (22A5266r))

Usage

root@kitploit:~
sudo ./osx_password_cracker.sh OUTPUT_FILE /path/to/save/.plist
Download Tool