keedump

Crates.iokeedump
lib.rskeedump
version0.1.0
sourcesrc
created_at2023-05-20 17:34:12.027211
updated_at2023-05-20 17:34:12.027211
descriptionPOC KeePass master password dumper
homepagehttps://github.com/ynuwenhof/keedump
repositoryhttps://github.com/ynuwenhof/keedump
max_upload_size
id869542
size29,916
Yannic Nuwenhof (ynuwenhof)

documentation

README

Keedump

A POC KeePass master password dumper using CVE-2023-32784, find further instructions and the original POC here.

showcase

Installation

Cargo

Make sure the current stable release of Rust is installed.

Registry

cargo install keedump

Manual

git clone https://github.com/ynuwenhof/keedump.git
cd keedump
cargo install --path .

After installing, you can run the application with:

keedump -i path/to/dump

this will print the recovered password into the terminal.

License

This project is licensed under either of the following licenses, at your option:

Commit count: 20

cargo fmt