All Projects → absolomb → Windowsenum

absolomb / Windowsenum

A Powershell Privilege Escalation Enumeration Script.

Programming Languages

powershell
5483 projects

WindowsEnum

A Powershell Privilege Escalation Enumeration Script.

This script automates most of what is detailed in my Windows Privilege Escalation guide here.

Usage

To run the quick standard checks.

.\WindowsEnum.ps1

Directly from CMD

powershell -nologo -executionpolicy bypass -file WindowsEnum.ps1

Extended checks will search for config files, various interesting files, and passwords in files and the registry, etc. It will take some time so be patient.

.\WindowsEnum.ps1 extended
powershell -nologo -executionpolicy bypass -file WindowsEnum.ps1 extended
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].