Marsel Shagiev

Results 4 comments of Marsel Shagiev

This exception throws explicitly in EazModule.Initialize() ` private void Initialize() { // Initialize PositionTranslator var cryptoStreamDef = this.FindCryptoStreamType(); if (cryptoStreamDef == null) throw new Exception("Unable to find crypto stream TypeDef");...

I've encountered this issue in the test environment. That's why agree with you that less complexity is better than this feature possible implementation. I've reviewed [b80e910](https://github.com/itm4n/PrivescCheck/commit/b80e9100f2db5568d4dd5338b6805bb342af5c7f) commit and I think...

Hello again, ```$CurrentUserDenySids = [string[]](Get-TokenInformationGroups -InformationClass RestrictedSids ... ``` won't contain deny sids, because, [according to MSDN](https://docs.microsoft.com/en-us/windows/win32/api/winnt/ne-winnt-token_information_class#constants) `RestrictedSids` will get deny sids of restricted token, and also [according to MSDN](https://docs.microsoft.com/en-us/windows/win32/secauthz/restricted-tokens)...