Windows Enumeration

Initial Windows System Enumeration

System Information

systeminfo                            # Show System Information
type C:\Windows\System32\eula.txt     # OS Version
wmic qfe                              # OS Arch

Local Services

tasklist /svc                         # View processes and services
sc query
wmic service list

Installed Applications

dir /a C:\PROGRA~1\                    # Check Program Files
dir /a C:\PROGRA~2\                    # Check Program Files (x86)
reg query HKEY_LOCAL_MACHINE\SOFTWARE  # Show Installed Software

Users

Network

File System

Scheduled Tasks

Last updated