/BruteForce-to-KeePass

This script complements the results obtained through the keepass-password-dumper tool when exploiting the CVE-2023-32784 vulnerability affecting KeePass.

Primary LanguagePowerShell

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 possible strings (dictionary) by combining each character in the list with the known suffix. The results are saved to a file named "Dictionary.txt" in the current directory. It then uses the base functionality of the "PoshKPBrute" tool (the code has been shortened and adapted) to identify the valid Master Key to access the KeePass database (kdbx file).

Demo

BruteForce-to-KeePass

Acknowledgements

Please be sure to give full credit to them.

References