Remote Registry enumerates local users
rustaska opened this issue · 1 comments
rustaska commented
The re-introduced method to get sessions using the Windows Remote Registry uses a regex to filter out user accounts: SidRegex = new(@"S-1-5-21-[0-9]+-[0-9]+-[0-9]+-[0-9]+$", RegexOptions.Compiled);
This regex will also find logged in local users accounts, which will then be in the final JSON result. This is contrary to the other methods used for session enumeration. Is this intended?
Thx for clarification and the great work
rvazarkar commented
This is probably a bug. Unfortunately, I just missed it in our current release. I'll address this in a future one.