User enumeration missing users stored under "Documents and Settings" on older Windows versions
stephenbradshaw opened this issue · 2 comments
stephenbradshaw commented
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
we always appreciate a PR ;-)
stephenbradshaw commented
PR as mentioned above: #48