julesbozouklian / PoC_CVE-2023-24055

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PoC_CVE-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 :

./PoC_CVE-2023-24055.ps1

After the script execution open KeePass.

Result is stored under "C:\Users\your_username\AppData\Local\Temp\output.xml"

Password stored in cleartext under :

<String>
  <Key>Password</Key>
  <Value ProtectInMemory="True">ExempePassword</Value>
</String>

Sources

About


Languages

Language:PowerShell 100.0%