POC详情: 6243ef959e6eaf3d803fa2f141f41ba93b83d4dd

来源
关联漏洞
标题: KeePass 安全漏洞 (CVE-2023-32784)
描述:KeePass是一款开源的密码管理器。 KeePass 2.54之前的2.x版本存在安全漏洞,该漏洞源于即使工作区被锁定或不再运行,也可以从内存转储中恢复明文主密码。
描述
After using the KeePass password dumper maybe some character parsed as ● is incorrect and you want to know the real character
介绍
# 🔒 CVE-2023-32784 Password Combinator Fixer


## USEFUL FOR KEEPER HTB MACHINE

After using the KeePass password dumper, some characters might be parsed as `●` incorrectly. This script helps you identify the real characters and fix the issue efficiently. 🚀

## 🛠️ How to Use


1. **Run the Script**  
    Execute the script with the required input file:  
    ```bash
    python3 generate_passwords_param.py <pattern> <unknown_chars> <output_file>
    ```
    - Example: `python3 generate_passwords.py "●ødgrød med fløde" "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" "pass.txt"`

2. **Review the Output**  
    The script will generate a corrected version of the password combinations.

## ✨ Useful Modifications

- **Custom Character Mapping**  
  Modify the `character_map` dictionary in `fixer.py` to handle additional or specific character replacements.

- **Input/Output File Names**  
  Update the script to accept custom input and output file names via command-line arguments.

- **Logging**  
  Add logging to track which characters were replaced for better debugging.

## ⚠️ Disclaimer

Use this tool responsibly and only on data you own or have explicit permission to analyze. Unauthorized use may violate privacy laws. 🔐
文件快照

[4.0K] /data/pocs/6243ef959e6eaf3d803fa2f141f41ba93b83d4dd ├── [ 852] generate_passwords.py └── [1.2K] README.md 0 directories, 2 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。