PowerShell

PowerShell Commands for Pentesters

PowerShell commands for pentesters logo

This article contains a list of PowerShell commands collected from various corners of the Internet which could be helpful during penetration tests or red team exercises. The list includes various post-exploitation one-liners in pure PowerShell without requiring any offensive (= potentially flagged as malicious) 3rd party modules, but also a bunch of handy administrative commands.

PowerShell Commands for Pentesters Read More »

Port Scanner in PowerShell (TCP/UDP)

Minimalistic TCP and UDP portscanner logo

Introducing another addition to our portfolio of minimalistic tools for pentesting. This time we are going to be looking on a minimalistic TCP and UDP port scanner. Written in pure PowerShell, this small yet powerful port scanner is useful in specific attack simulations where we cannot use any traditional or typical port scanners. Introduction There

Port Scanner in PowerShell (TCP/UDP) Read More »