.net

Microsoft Patch Tuesday – June 2023

Today’s Patch Tuesday brings us 69 new CVEs which contain 6 criticals. Not that bad, so let’s briefly review them! CVE-2023-29363 / CVE-2023-32014 / CVE-2023-32015 – Windows Pragmatic General Multicast (PGM) Remote Code Execution Vulnerability We’re starting hard. 3 vulnerabilities in Windows Pragmatic General Multicast with CVSS = 9.8. They allow a remote, unauthenticated attacker […]

Microsoft Patch Tuesday – June 2023 Read More »

PowerShell Interactive Menu – fun with System.Console class

UI in Powershell In the previous post, I finished short series about custom protocol handlers. Today I will focus on a different topic. I’ll describe how to use one of the most basic .net classes: System.Console to create a console-based, PowerShell Interactive Menu. It’s a fun, old-school experience – but it still might be useful

PowerShell Interactive Menu – fun with System.Console class Read More »

Scroll to Top