System Details
The following commands can be used for enumerating various information about the Operating System that can in turn be used for further exploiting or elevating privileges.
Last updated
Was this helpful?
The following commands can be used for enumerating various information about the Operating System that can in turn be used for further exploiting or elevating privileges.
Last updated
Was this helpful?
Was this helpful?
ipconfig /all
route print
netstat -anowmic product get name, version, vendor
wmic qfe get Caption, Description, HotFixID, InstalledOnaccesschk.exe -uws "Everyone" "C:\Program Files"
#Powershell
Get-ChildItem "C:\Program Files" - Recurse | Get-ACL | ?{$_.AccessToString -match "Everyone\sAllow\s\sModify"}mountvol#Powershell
driverquery.exe /v /fo csv | ConvertFrom-CSV | Select-Object
‘Display Name’, ‘Start Mode’, Path
Get-WmiObject Win32_PnPSignedDriver | Select-Object DeviceName, DriverVersion, Manufacturer | Where-Object {$_.DeviceName -like "*VMware*"}reg query HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Installer
reg query HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer