githubEdit

Manual Enumeration

Various commands

β€’ Systeminfo OR systeminfo | findstr /B /C:"OS Name" /C:"OS Version"

β€’ Hostname | Whoami | wmic qfe (updates and patches etc)

β€’ Wmic logicaldisk (drives)

β€’ echo %USERNAME% || whoami then $env:username

β€’ Net user | net user noman

β€’ Net localgroup | net localgroup noman

β€’ netsh firewall show state (firewall)

β€’ Whoami /priv

β€’ Ipconfig | ipconfig /all |

β€’ netstat -ano | route print

β€’ Powershell | Get-LocalUser | Get-LocalGroup | Get-LocalGroupMember Administrators

β€’ Get-ItemProperty "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*" | select displayname (check software with version 32 bit and below 64)

β€’ Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*" | select displayname

β€’ Get-Process

If RDP is enabled or we enable it then add this

Unattended Windows Installatiom (old files of user n pass then crack)

Last updated