Powershell Pentest (Discovery)

Unleash the PowerShell Ninja: Pentesting and Breach Hunting Like a Pro Engineers, sharpen your scripting skills! PowerShell isn’t just for managing systems; it’s a potent weapon in your pentesting arsenal. This ubiquitous tool, pre-installed on most Windows machines, offers unique advantages for uncovering vulnerabilities and hunting breaches. Why PowerShell for Read more…

Secure your Active Directory

Cyber Threats Implement strong password policies: Ensure that your users are required to use strong and complex passwords and that they are changed regularly. You can also use multi-factor authentication (MFA) to add an extra layer of security to your users’ accounts. Monitor and audit AD activity: Regularly monitor your Read more…

Azure Certification AZ104

Another certification on the DevOps Path was achieved ! What is the AZ-104 Microsoft Azure Administrator exam? The AZ-104 exam is focused on Azure Administrators who implement, manage, and monitor identity, governance, storage, compute, and virtual networks in a cloud environment. It is the only exam you need to pass Read more…

Azure Function Devops

Let’s work with Azure Functions and Create our 1st Function To Setup your enviroment you need: VSCODE Installed Azure Functions Installed (extension) Powershell Core NET SDK 2.2 Azure Functions Core Tools https://docs.microsoft.com/azure/azure-functions/functions-run-local#v2?WT.mc_id=docs-azuredevtips-micrum Goal – Build a REST API and simple web page to display the information using powershell and Azure Read more…