PowerShell Creating a PowerShell Module In this post, I walk you through the process I follow when creating a PowerShell module and the reasoning behind doing so. 0xBEN Aug 17, 2023 10 min read
PowerShell Setting SSH Private Key ACLs in PowerShell In this post, I demonstrate how I use PowerShell to set the ACL on a SSH private key file, in order to use it to run a SOCKS proxy using SSH. 0xBEN Apr 2, 2022 2 min read
PowerShell 101 Functional Programming in PowerShell In this post, we will take a look at the concept of functional programming and how to write a basic function in PowerShell. 0xBEN Feb 6, 2022 6 min read
Proxmox Automating Vulnhub VM Imports to Proxmox with PowerShell In this post, I demonstrate how to install PowerShell and use PowerShell scripts to automate importing Vulnhub VMs in Proxmox. 0xBEN Jan 25, 2022 3 min read
PowerShell Exploit Development: 32-bit Stack-Based Buffer Overflow with PowerShell In this post, I demonstrate the process from start to finish of developing a working reverse shell using PowerShell to perform a simple 32-bit stack-based buffer overflow against Vulnserver. 0xBEN Jan 20, 2022 22 min read
PowerShell Intro to Object-Oriented Programming with PowerShell In this post, I go over the fundamentals of object-oriented programming and some simple ways to interact with objects in PowerShell 0xBEN Jan 13, 2022 9 min read
PowerShell Programming Fundamentals with PowerShell In this post, I go over the fundamentals of programming using PowerShell and demonstrate why it's a great way to learn to code 0xBEN Jan 13, 2022 15 min read
PowerShell PowerShell as Your First Programming Language In this post, I discuss why PowerShell makes a great first programming language 0xBEN Jan 12, 2022 7 min read