LeDocteurDesBits / cve-2023-32784

A CVE-2023-32784 proof-of-concept implementation in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeePass 2.X Master Password Dumper (CVE-2023-32784)

This is a CVE-2023-32784 proof-of-concept implemented in Rust. The code is probably ugly due to my poor coding skills, feel free to make a PR to improve it.

  • Original proof-of-concept here
  • Python proof-of-concept here

License

/*
 * ----------------------------------------------------------------------------
 * "THE BEER-WARE LICENSE" (Revision 42):
 * <phk@FreeBSD.ORG> wrote this file.  As long as you retain this notice you
 * can do whatever you want with this stuff. If we meet some day, and you think
 * this stuff is worth it, you can buy me a beer in return.   Poul-Henning Kamp
 * ----------------------------------------------------------------------------
 */

About

A CVE-2023-32784 proof-of-concept implementation in Rust


Languages

Language:Rust 100.0%