rustaska
rustaska
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);` Line: [https://github.com/BloodHoundAD/SharpHoundCommon/blob/3cedabb8ca96b223a0eaae2ad8ef8a3176ab3e82/src/CommonLib/Processors/ComputerSessionProcessor.cs#L15](url) This regex will also find...
### Describe the Pull Request ``` Fix bug #1917. All details required to understand the changes can be found at: https://github.com/MobSF/Mobile-Security-Framework-MobSF/issues/1917 ``` ### Checklist for PR - [ ] Run...
For testing purposes I have created DNS zones with replication scopes of Domain, Forest and Legacy. Running PingCastle 3.3.0.1 will only output zones with a scope of Domain and Legacy,...
The technical explanation for the missing LLMNR GPO (A_NoGPOLLMNR_TechnicalExplanation) states: "LLMNR is enabled by default on all OS except starting from Windows 10 v1903 and Windows Server v1903 where it...