Skip to main content

Manual Windows Enumeartion

Performing enumeration for the privilege escalation using native windows features and commands.


Users Enumeartion


System Enumeartion

Enumerating files of the user

Get-ChildItem -Path C:\Users\User_NAME\ -Include *.txt,*.pdf,*.xls,*.xlsx,*.doc,*.docx -File -Recurse -ErrorAction SilentlyContinue

Check into user's history

(Get-PSReadlineOption).HistorySavePath

Network Enumeartion