Windows
Windows Privilege Escalation Examples
https://github.com/Tib3rius/Pentest-Cheatsheets/blob/master/privilege-escalation/windows/windows-examples.rstMindMap


Windows Kernel Sploit List
Videos
Useful commands
Credential reuse

To capture NTLM hash
System info
Hostname
Information about a Users & Administrator
List all users
Firewall information
List scheduled tasks
List windows services
Incorrect permissions in services
Obtain the permission string of all services
acesschk.exe
Juicy Potato (abusing the golden privileges)

Vulnerable Win versions
Find unquoted paths
The following command will display affected services:
Check Permissions
PowerUp
CanRestart
Finding stuff fast
ClearText passwords (quick hits)
Find all those strings in config files.
Find all passwords in all files.
Stuff in the registry:
Using meterpreter:
Pass the hash
Technique 1:
Technique 2:
Technique 3:
Services only available from loopback
If powershell is blocked, you can download:
Compile windows exploit in linux:
Compiling python scripts to executables:
AlwaysInstallElevated
Windows-privesc-checker2
Vulnerable drivers
Kernel vulnerabilities
Run exploit suggester against systeminfo:
Find installed paths:
Comprehensive tables of vulnerabilities below:
Windows version map
Automated tools
Powersploit
Reverse Shell from Windows
Metasploit
Metasploit incognito
Useful commands
Add a new user
Print files contents:
Remove file
Change password for user:
List users:
Info about a user:
Permissions on a folder recursively:
Enable RDP access
Disable firewall
Run exploit
JAWS
Metasploit
Other scripts
Useful exploits
Automatically downloads and compiles exploit
Windows Remote Exploits:
Windows Local Exploits:
Windows Server 2003 and IIS 6.0 privilege escalation using impersonation:
Windows MS11-080
AV bypass
Access Check
Windows hashes
Run an arbitrary command:
Print proof
Last updated