HTTP Request in Javascript

There are several ways to make an HTTP request in JavaScript. One of the most common ways is using the XMLHttpRequest (XHR) object, which is supported by all modern browsers.

Creating Strong Passwords

Creating a strong password is important because it helps to protect your personal information and accounts from unauthorized access. A strong password is one that is difficult for others to guess or crack using automated tools.

Powershell Background Jobs

In PowerShell, you can use background jobs to run scripts or commands asynchronously, meaning they can run in the background while you continue to work in the console. This can be useful if you have a long-running task that you don’t want to wait for, or if you want to run multiple tasks concurrently.

VB.Net Form Subclassing

In object-oriented programming, subclassing is the process of creating a new class that is a modified version of an existing class. The new class is called the subclass, and the existing class is the superclass.

Teams is not as Vulnerable as you Think

A researcher over at Vectra has recently reported a vulnerability in Microsoft Teams that “stores auth tokens in cleartext”. The story has been parroted by many other blogs and security reporters across the internet. There is one key piece of information missing from the report however.  The local account of the user has to be compromised first, which is a… Read More »

QFE Patch List with PowerShell

This handy little script will give you a list of recently installed security updates via the Win32_QuickFixEngeering WMI class (watch out for line wrap!).