πInitial Enumeration
π― Overview
π₯οΈ System Information
Process Enumeration
# Running processes with services
tasklist /svc
# Key processes to identify:
- System processes (smss.exe, csrss.exe, winlogon.exe, lsass.exe)
- Non-standard processes (FileZilla, custom services)
- Security tools (MsMpEng.exe = Windows Defender)Environment Variables
# Display all environment variables
set
# Key variables to examine:
PATH # Custom paths, DLL hijacking opportunities
HOMEDRIVE # Network drives, file shares
USERPROFILE # User directory access
TEMP # Temporary directoriesDetailed System Information
π Patches and Updates
Hotfix Enumeration
π¦ Installed Programs
Software Discovery
π Network Services
Active Connections
π₯ User & Group Enumeration
Current User Context
User Discovery
Group Analysis
Session Information
Account Policies
π― HTB Academy Lab Solutions
Lab Environment
Question 1: Non-default User Privileges
Question 2: Backup Operators Group Member
Question 3: Service on Port 8080
Question 4: Logged-in User
Question 5: Session Type
π Essential Enumeration Checklist
System Context
User Context
β‘ Quick Reference Commands
π‘ Key Takeaways
Last updated