How to Enable PowerShell Logging

In this post, I will cover the different types available and the methods available to enable PowerShell logging. I will also provide examples and additional tips for effective PowerShell logging. What is PowerShell Logging? As the name suggests, PowerShell logging …

Read more

Python Port Scanner

Python Port Scanner

Below you will find an example of how to code a basic port scanner using Python. I coded this in the hope it would serve as an introduction to Python while creating something a bit more interesting than a guess …

Read more