ckrueger1979

Results 9 issues of ckrueger1979

Hi Vincent, I've tested PingCastle_2.10.1.0.Beta2 in the lab. The zerologon test reported: ``` Computer ISVulnerable dc1.test.lab Error 2: c0000022 ``` Pingcastle was running on dc1 as DA greetings Carsten

Hi Vadims, is this a bug or is my extension wrong? ``` Import-Module pspki $permittedSubtree = New-Object System.Security.Cryptography.X509Certificates.X509AlternativeNameCollection $dnsType = [System.Security.Cryptography.X509Certificates.X509AlternativeNamesEnum]::DnsName $corpDomains = New-Object System.Security.Cryptography.X509Certificates.X509AlternativeName $dnsType,"example.com" $excludedSubtree = New-Object System.Security.Cryptography.X509Certificates.X509AlternativeNameCollection...

bug
fixed-vNext

Hi, I get the following error while trying to read a certificate request with Get-CertificateRequest ` PS C:\> New-Object Security.Cryptography.X509CertificateRequests.X509CertificateRequest -ArgumentList C:\certs\mycsr.csr $error[0].Exception.InnerException.psbase $error[0].Exception.InnerException.StackTrace New-Object : Ausnahme beim Aufrufen von...

bug
fixed-vNext

Hi, right now [osv-scanner_1.0.2_windows_amd64.exe](https://github.com/google/osv-scanner/releases/download/v1.0.2/osv-scanner_1.0.2_windows_amd64.exe) is flagged by the Google AV engine in Virustotal: https://www.virustotal.com/gui/file/ac9c77d9a5e91e8050b2aa5af9e13c5547775ae969d51ae957e08a8dc3804764 Codesigning of the binaries wouldn't hurt. greetings Carsten

Hi, is it possible to sanitize vbaProject.bin (remove pCode) via oletools? I'm not interested in dumping the pCode but only in removing it completly in a way that Office reports...

question
olevba

Hi, I think this grammar https://github.com/antlr/grammars-v4/blob/master/vba/vba.g4 has a problem with long lines. This obfuscator https://github.com/oriolOrnaque/VBAObfuscator/ creates too long lines. The length limit of a line is 1023 https://learn.microsoft.com/en-us/office/vba/language/reference/user-interface-help/line-too-long I didn't...

vba

Hi, signtool 32 bit supports this: Subject Interface Packages (SIPs) that enable the digital signing and signature verification of Visual Basic for Applications projects within most Microsoft Office file formats...

enhancement
helpwanted

Hi, is there a better way to get the cert corresponding to the CSR? I need the fingerprint for OOB check with the CA ` $csr=New-CertificateRequest -Eku ServerAuthentication,ClientAuthentication -Subject $subject...

Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.97.2 - OS Version: Win11 23H2 Steps to Reproduce: 1. set HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\VSCode\AllowedExtensions to a string longer...

triage-needed