Winpeas: https://github.com/carlospolop/PEASS-ng/releases/
- use
accesschk.exe /accepteula -uws "Everyone" "C:\Program Files"
to check for weak access rights (eg check which folder or file which group everyone can write). - use
windows-privesc-check2.exe --dump -a
for all basic checks, or usewindows-privesc-check2.exe -h
to see what other options. - use
winpeas.exe quiet cmd fast
to use winpeas. If possible usereg add HKCU\Console /v VirtualTerminalLevel /t REG_DWORD /d 1
and restart cmd first. - use
powershell
, then. ./PowerUp.ps1
, thenInvoke-AllChecks
. - use
sharpup.exe
(similar to powerup) - use
seatbelt.exe all
(another enum tool)