Privilege Escalation Checklist
Automated Tools
System Information
systeminfo | findstr /B /C:"OS Name" /C:"OS Version" /C:"System Type"Get-ComputerInfo -property 'WindowsProductName', 'OsVersion', 'OsArchitecture'
Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" -Name ReleaseIdsysteminfo | find ": KB"
wmic qfe get Caption,Description,HotFixID,InstalledOnget-wmiobject -class win32_quickfixengineeringNetwork
Users and Groups
Services
World Writeable Folders
Privilege Escalation Specific
Check Sticky Notes for passwords
Search File System for passwords and files of interest
Search for passwords
Recycle Bin
Last updated