Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/absolomb/WindowsEnum

A Powershell Privilege Escalation Enumeration Script.
https://github.com/absolomb/WindowsEnum

Last synced: 21 days ago
JSON representation

A Powershell Privilege Escalation Enumeration Script.

Awesome Lists containing this project

README

        

# WindowsEnum

A Powershell Privilege Escalation Enumeration Script.

This script automates most of what is detailed in my Windows Privilege Escalation guide [here](https://www.sploitspren.com/2018-01-26-Windows-Privilege-Escalation-Guide/).

## Usage

To run the quick standard checks.

```powershell
.\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.

```powershell
.\WindowsEnum.ps1 extended
```

```
powershell -nologo -executionpolicy bypass -file WindowsEnum.ps1 extended
```