Manual Enumeration
System, user, network, password, and AV
System Enumeration
List all system information:
Grep the essence from systeminfo
:
Enumerate patches:
wmic qfe
with better format:
Enumerate disks:
wmic logicaldisk
with better format:
List only the drive names (such as "C:" and "D:"):
User Enumeration
Enumerate the current user:
Enumerate the current user's privilege:
Enumerate the current user's groups:
Enumerate all users:
Enumerate a specific user:
Verify the administrator group:
Network Enumeration
Enumerate network information:
ipconfig
with more details:
Enumerate the ARP table:
Enumerate the routing table:
Enumerate open ports:
Password Hunting
Search for the keyword "password" in files with certain file extensions:
Search for password in registry:
AV Enumeration
Search the phase "password" in text files (in the current directory):
Enumerate Windows Defender:
Enumerate all running services:
Enumerate firewall (older machines):
Enumerate firewall (newer machines):
Enumerate firewall configuration:
Last updated