Initial Enumeration
Enumeration following gaining of a foothold by exploit or other means.
System Enumeration
Meterpreter
Get username and sytem info
> getuid
Server username: WINXP-E95CE571A1\User
> sysinfo
Computer : WINXP-E95CE571A1
OS : Windows XP (Build 2600, Service Pack 3).
Architecture : x86
System Language : en_US
Meterpreter : x86/win32N.B. drop into CMD from meterpreter using "shell"
CMD
System info
>systeminfo
Host Name: XENOV
OS Name: Microsoft Windows 10 Enterprise
OS Version: 10.0.18363 N/A Build 18363
OS Manufacturer: Microsoft Corporation
OS Configuration: Standalone Workstation
OS Build Type: Multiprocessor Free
[SNIP for brevity]
>systeminfo | findstr /B /C:"OS Name" /C:"OS Version" C:"System Type"
OS Name: Microsoft Windows 10 Enterprise
OS Version: 10.0.18363 N/A Build 18363
System Type: x64-based PCPatching
List drives
User Enumeration
Current user and their privileges
List users on system
List local groups
Network Enumeration
Networking details
Last updated
Was this helpful?