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
cve-2023-32784 — Extracts KeePass master passwords from memory dumps of unlocked databases, outputting potential characters by position, a passphrase, and a JohnTheRipper mask for CVE-2023-32784. | Kitploit
Tools/GitHubGitHub/mister-turtle/cve-2023-32784
Password CrackingMemory ForensicsVulnerability AnalysisExploitationForensicsDigital Forensics
GitHubmister-turtle/cve-2023-32784

cve-2023-32784

Extracts KeePass master passwords from memory dumps of unlocked databases, outputting potential characters by position, a passphrase, and a JohnTheRipper mask for CVE-2023-32784.

View Repository
4142 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2023-32784

KeePass 2.X < version 2.54 is susceptible to a vulnerability in which the master password may be retrievable from a memory dump of an unlocked KeePass database. This was assigned CVE-2023-32784

This program aims to retrieve the master password from a memory dump of a running KeePass process. It outputs potential characters by position, a potential passphrase on one line, and a JohnTheRipper mask.

Installation

With go installed

root@kitploit:~
$ go install github.com/mister-turtle/cve-2023-32784@latest

Pre-built binaries

Head to the Releases page and get the latest pre-built binary for your system.

Building from source

root@kitploit:~
$ git clone github.com/mister-turtle/cve-2023-32784
$ cd cve-2023-32784
$ go buid .

Usage

root@kitploit:~
$ go run . --help
Usage of ./cve-2023-32784:
  -d string
        Path to the memory dump
Download Tool