June 2022

Automate update of Selenium Web Driver (PowerShell)

What’s it all about? In this post, I’ll show how you can automate the update of Selenium Web Driver with PowerShell. Selenium is a great tool for web browser automation. It’s widely used for testing, robotic process automation, or just scripting. It can be easily used with PowerShell. The basic building block of Selenium is […]

Automate update of Selenium Web Driver (PowerShell) Read More »

Microsoft Patch Tuesday – June 2022

This month, Microsoft has fixed 55 vulnerabilities, including 3 criticals and 1 zero-day (well-known ‘Follina’). CVE-2022-30190 – Microsoft Windows Support Diagnostic Tool (MSDT) Remote Code Execution Vulnerability (aka Follina) Microsoft finally fixed the widely-exploited Follina MSDT zero-day vulnerability!This zero-day vulnerability was discovered last month and bypassed security protections, like Microsoft Office’s Protected View, and executed

Microsoft Patch Tuesday – June 2022 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