Microsoft Patch Tuesday – November 2023

This month, Microsoft released patches addressing 78 CVEs, including 3 zero-days + 2 publicly disclosed and 3 criticals. Let’s briefly review them! CVE-2023-36025 – Windows SmartScreen Security Feature Bypass Vulnerability The first zero-day looks more like a bypass than a privilege escalation. An attacker can bypass Windows Defender SmartScreen checks and other prompts. This bug

Microsoft Patch Tuesday – November 2023 Read More »

Use PowerShell to integrate OpenAI GPT with context menu

Do you know that it’s possible to use PowerShell to integrate OpenAI GPT with context menu in Windows? It’s even really simple and with help of this article everyone can make it. In this example, I’ll add a new item to context menu (when you right click on a file). It appears only for PowerShell

Use PowerShell to integrate OpenAI GPT with context menu Read More »

Let OpenAI improve and correct your PowerShell code

In this article, I will describe a simple way to let OpenAI improve and correct your PowerShell code. It will contain 2 main functions: Get-CodeImprovementSuggestion and Get-CodeFixSuggestion. Both accept a ScriptBlock parameter. As names indicate, the first one checks in OpenAI if there are some possible improvements. The second one checks for errors. Both are

Let OpenAI improve and correct your PowerShell code Read More »

Microsoft Patch Tuesday – October 2023

For October, Microsoft released patches for 103 CVEs, including 3 zero-days and 13 criticals. Let’s briefly review them! CVE-2023-44487 – HTTP/2 Rapid Reset Attack The first zero-day was reported as being under active attack across Google systems in August 2023, but Microsoft released a patch for their products right now. This vulnerability allows attackers to

Microsoft Patch Tuesday – October 2023 Read More »

Increase maturity of PowerShell script with Mermaid diagram

Intro Recently I had a need to re-write one of my old scripts. It was a simple case: once a month send an email with the number of received and sent messages from the previous month for a shared mailbox. The original one used Exchange on-prem. The new one connects to Exchange Online. What seemed

Increase maturity of PowerShell script with Mermaid diagram Read More »

Microsoft Patch Tuesday – September 2023

This month the Patching Tuesday brings us 59 new CVEs including 2 zero-days and 5 criticals. Look like a common month? Let’s check! CVE-2023-36761 – Microsoft Word Information Disclosure Vulnerability This critical bug in Word comes first. Microsoft classified that as an information disclosure vulnerability, but… this one allows the disclosure of NTLM hashes, presumably

Microsoft Patch Tuesday – September 2023 Read More »

Scroll to Top