Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/absolomb/WindowsEnum
- Owner: absolomb
- Created: 2018-03-14T13:20:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T13:29:33.000Z (over 6 years ago)
- Last Synced: 2024-08-05T17:33:33.769Z (4 months ago)
- Language: PowerShell
- Homepage:
- Size: 3.91 KB
- Stars: 304
- Watchers: 10
- Forks: 79
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - absolomb/WindowsEnum - A Powershell Privilege Escalation Enumeration Script. (PowerShell)
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
```