DonPAPI
DonPAPI copied to clipboard
User enumeration missing users stored under "Documents and Settings" on older Windows versions
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