PowerShellEmpire /
PowerTools
PowerTools is a collection of PowerShell projects with a focus on offensive operations.
Loading repository data…
NetSPI / repository
A collection of scripts for assessing Microsoft Azure security
MicroBurst includes functions and scripts that support Azure Services discovery, weak configuration auditing, and post exploitation actions such as credential dumping. It is intended to be used during penetration tests where Azure is in use.
PS C:> Import-Module .\MicroBurst.psm1
This will import all applicable functions based off of the currently installed modules in your environment. The scripts can then be invoked using their names like
PS C:> Get-AzDomainInfo
If you want to simplify the trusting of the code files, use the following "Unblock-File" command to recursively trust each of the downloaded files:
PS C:> dir -Recurse .\MicroBurst-master | Unblock-File
Recommended Modules to install:
Here's how a module can be installed in Powershell
PS C:> Install-Module <module-name>
If you want to learn what a specific script does use Get-Help with script name like:
PS C:> Get-Help Invoke-EnumerateAzureSubDomains
Check out the MicroBurst Wiki for more information on the usage of the toolkit and the available functions.
Selected from shared topics, language and repository description—not editorial ratings.
PowerShellEmpire /
PowerTools is a collection of PowerShell projects with a focus on offensive operations.
I-Am-Jakoby /
This repository is a collection of powershell functions every hacker should know
t3l3machus /
A collection of techniques, examples and a little bit of theory for manually obfuscating PowerShell scripts to achieve AV evasion, compiled for educational purposes. The contents of this repository are the result of personal research, including reading materials online and conducting trial-and-error attempts in labs and pentests.
LETHAL-FORENSICS /
A collection of PowerShell scripts for analyzing data from Microsoft 365 and Microsoft Entra ID
tobor88 /
Collection of PowerShell functions a Red Teamer may use in an engagement
TonyPhipps /
A collection of PowerShell modules designed for artifact gathering and reconnaisance of Windows-based endpoints.