01 Reconnaissance
January 2022
After getting the initial access to a Windows environment, the commands are used for the Reconnaissance.
# Systeminfo
systeminfo
hostname
# Hotfix info
wmic qfe get Caption,Description,HotFixID,InstalledOn
# Read Environment Variable
Get-ChildItem Env: | ft Key,Value
# Installed Software
reg query HKEY_LOCAL_MACHINE\SOFTWARE
Last updated
Was this helpful?