login-securite / DonPAPI

Dumping DPAPI credz remotely
GNU General Public License v3.0
930 stars 110 forks source link

User enumeration missing users stored under "Documents and Settings" on older Windows versions #44

Open stephenbradshaw opened 1 year ago

stephenbradshaw commented 1 year ago

Hi

Ive noticed that when enumerating older Windows Operating System versions that use the "%SystemDrive%\Documents and Settings" path to store user profiles that users are not correctly identified due to hardcoding of the modern "Users" path in various points in the code.

I have what I believe is a fix (e.g. "it works on my machine") in my local copy of the tool if you are happy to receive a PR to address this?

Thanks

login-securite commented 1 year ago

we always appreciate a PR ;-)

stephenbradshaw commented 1 year ago

PR as mentioned above: https://github.com/login-securite/DonPAPI/pull/48