SecLoop / cve-2023-32784

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

$ 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

$ git clone github.com/mister-turtle/cve-2023-32784
$ cd cve-2023-32784
$ go buid .

Usage

$ go run . --help
Usage of ./cve-2023-32784:
  -d string
        Path to the memory dump

About


Languages

Language:Go 100.0%