3 matches found
keepass_dump
Keepass-Dumper This is my PoC implementation for CVE-2023-32784 My version is a python port of @vdohney's PoC along with a few changes and additional features. Changes One change, was to use known strings that can be found within the dump file in order to more accurately jump to the location of t...
CVE-2023-32784
keepass-dump-masterkey 用法 python3 poc.py 预览 提醒一下,转储中找不到第一个字符,而对于第二个字符,脚本只会给出几种可能性。无论如何,我们建议您使用下面的脚本对2个字符进行暴力破解: root@kitploit: !/bin/sh Usage: ./keepass-pwn.sh Database.kdbx wordlist.txt wordlist with 2 char while read i do echo "Using password: "$i"" echo "$i" | kpcli --kdb=$1 && exit 0 done...
CVE-2023-0751
When GELI reads a key file from standard input, it does not reuse the key file to initialize multiple providers at once resulting in the second and subsequent devices silently using a NULL key as the user key file. If a user only uses a key file without a user passphrase, the master key is...