System
One Command that can give us Detailed Information about the System, such as its Build Number, Installed Patches, Network Configuration, etc. is systeminfo
.
systeminfo
We can check the Installed Updates using wmic
. This Information will give us an idea of how quickly Systems are being Patched and Updated.
:: List Updates
wmic qfe get Caption, Description
:: List Installed Apps
wmic product get name,version,vendor
SMB
Server Message Block (SMB)
is a Communication Protocol that provides shared access to Files and Printers. We can use the net share
Command to get a list of the Shared Directories.
net share
SNMP
Simple Network Management Protocol (SNMP)
was designed to help collect Information about different Devices on the Network. It lets you know about various Network Events, from a Server with a Faulty Disk to a Printer out of Ink. One Tool to query Servers related to SNMP is snmpcheck
.
- SNMP-Check
- Output
snmpcheck <IP> -c public
[*] System Information:
Host IP address : <IP>
Hostname : RED-WIN-ENUM
Description : Hardware: AMD64 Family 23 Model 1 Stepping 2 AT/AT COMPATIBLE - Software: Windows Version 6.3 (Build 17763 Multiprocessor Free)
Contact : -
Location : -
Uptime snmp : 00:27:30.48
Uptime system : 00:27:10.93
System date : 2023-5-11 15:14:05.8
Domain : WORKGROUP
[*] User Accounts:
Administrator
DefaultAccount
WDAGUtilityAccount
Mike
[*] Network Information
[*] Network Interfaces
[*] Network IP
[*] Routing Information
[*] TCP Connections and Listening Ports
[*] Listening UDP Ports
[*] Network Services
[*] Processes
[*] Storage Information
[*] File System Information
[*] Device Information
[*] Software Components
[*] IIS Server Information
[*] Share