214 matches found
keeweb
Password Manager KeeWeb Password Manager🔑 KeeWeb is a browser and desktop password manager which is capable of opening up existing KeePass database kdbx files, or creating new vaults to store your important credentials in...
BruteForce-to-KeePass
BruteForce-to-KeePass This script complements the results obtained through the keepass-password-dumper tool when exploiting the CVE-2023-32784 vulnerability affecting KeePass. Description This script prompts the user to input a list of characters and a known suffix. It then generates a list of...
KeePwn
A python script to help red teamers discover KeePass instances and extract secrets. Features KeePass Discovery Look for KeePass installation files through SMB C$ share. Accept multiple target sources IP, CIDR, hostname, file. Check for KeePass metadata version, last access time. Check for running...
keepassxc-fzf
keepassxc-fzf Interactive terminal interface for managing KeePass databases using keepassxc-cli and fzf. Features Interactive entry search with fuzzy finder fzf Real-time entry preview password masked Copy to clipboard with auto-clear: Password 10 seconds Username, URL, Notes 30 seconds Keyfile...
keelog-bof
KeeLog Async BOF that captures the KeePass master password by monitoring for the unlock prompt window. When a locked KeePass database is detected, a low-level keyboard hook is installed and keystrokes are captured until the prompt window disappears by being submitted, cancelled or closeed. The...
CVE-2023-32784-EXPLOIT-REPORT
CVE-2023-32784 Exploit Demonstration Project Overview This repository provides a demonstration of CVE-2023-32784, a critical vulnerability found in KeePass versions prior to 2.54. The exploit allows the recovery of the master password through memory dumps, exposing stored credentials. This...
keepass2-password-finder
CVE-2023-32784 - KeePass 2.X Password dumper This is a proof of context for CVE-2023-32784, which I rewrote in python. Only requirement is a file name Usage: root@kitploit: ./cracker.py file...
keeweb
密码管理器 KeeWeb 密码管理器🔑 KeeWeb 是一款浏览器和桌面端的密码管理器,能够打开现有的 KeePass 数据库 kdbx 文件,或者创建新的密码库来存储你的重要凭证。 关于 快速链接 自托管 Docker 镜像 Docker 运行 Docker Compose Traefik 集成 标签 Dynamic.yml Static.yml Providers certificatesResolvers entryPoints 普通 entryPoints Cloudflare Authentik 集成 标签 Dynamic.yml 环境变量与卷 环境变量 卷 Dropbox 支...
cve-2023-32784
CVE-2023-32784 KeePass 2.X 2.54 版本存在一个漏洞,可能从已解锁的 KeePass 数据库的内存转储中检索出主密码。该漏洞被分配为 CVE-2023-32784 该程序旨在从正在运行的 KeePass 进程的内存转储中检索主密码。它会按位置输出潜在的字符,在一行中输出可能的密码短语,以及一个 JohnTheRipper 掩码。 安装 已安装 Go 的情况下 root@kitploit: $ go install github.com/mister-turtle/cve-2023-32784@latest 预构建二进制文件 前往 Releases 页面...
CVE-2023-24055
Disclaimer This script is for educational and demonstration purposes only. The author does not endorse or condone the use of this script for any criminal or malicious activities and it should only be used where explicitly allowed with proper permission. This script should be used with caution, as...
KeePass-CVE-2023-24055
KeePass-CVE-2023-24055 KeePass CVE-2023-24055 Reproduction KeePass CVE-2023-24055 Reproduction 1. Prepare machines: Kali 192.168.232.129, Windows 10 192.168.232.128 2. Keepass version: 2.53 2. Principle: By modifying the KeePass configuration file KeePass.config.xml, add a trigger configuration...
CVE-2023-32784
keepass-dump-masterkey Usage python3 poc.py Preview As a reminder, the first character cannot be found in the dump, and for the second the script will only give you a few possibilities, in any case we recommend you to run the bruteforce on 2 chars with the script below root@kitploit: !/bin/sh...
CVE-2023-24055_PoC
CVE-2023-24055 PoC KeePass 2.5x Bajo discusión y análisis... https://sourceforge.net/p/keepass/discussion/329220/thread/a146e5cf6b/ https://sourceforge.net/p/keepass/feature-requests/2773/ Un atacante que tenga acceso de escritura al archivo de configuración de KeePass puede modificarlo e inyecta...
KeePass-dump-py
KeePass-dump-py 我尝试用 python 重新编写原始的 KeePass 2.X 主密码转储器 CVE-2023-32784 POC。 请前往 原始 POC 了解更多关于漏洞及利用过程的详细信息。 此脚本的作用: 1. 检查 KeePass 进程是否正在运行,如果没有则启动 KeePass 2. 使用 WerFault 转储 KeePass 进程(代码片段改编自 LSASSY) 3. 搜索进程转储以查找密码...
PoC_CVE-2023-24055
PoCCVE-2023-24055 How to run ? Edit the $User var in the script and replace value with your Username. Open a PowerShell as administrator and run the script : root@kitploit: ./PoCCVE-2023-24055.ps1 After the script execution open KeePass. Result is stored under...
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...
KeePass-TriggerLess
KeePass-TriggerLess 移除了 ECAS 触发系统的 KeePass 2.53.1,修复 CVE-2023-24055...
CVE-2023-24055
CVE-2023-24055 POC and Scanner for CVE-2023-24055 Use at your own risk! configscanner.py A simple Parser for the KeePass config file running unter Windows. The tool will open the directory %APPDATA%\Roaming\KeePass\KeePass.config.xml and will output all triggers. The triggers Execute command line...
CVE-2023-32784-keepass-linux
KeePass 2.53/cmdline files and store the pid of ones with the keyword KeePass in their commandline argument. It'll then acquire the adresses of memory maps in /proc//maps that aren't directly associated with a library, meaning they have an empty file path. It'll then store the memory of all those...
keepass-password-dumper
Volcador de contraseña maestra de KeePass 2.X CVE-2023-32784 Actualización La vulnerabilidad fue asignada CVE-2023-32784 y corregida en KeePass 2.54. Gracias nuevamente a Dominik Reichl por su rápida respuesta y solución creativa. Aclaración: la contraseña debe escribirse en un teclado, no copiar...