Hack Academy's Local Privilege Escalation Cheat Sheet ➤
Hack Academy's Local Privilege Escalation Cheat Sheet ➤
CHEAT SHEET
By Hack Academy
Table of Contents
2 of 7
LOCAL PRIVILEGE ESCALATION CHEAT
SHEET
By Hack Academy
Introduction
Welcome to the Windows Local Privilege Escalation Cheat Sheet, your go-to guide for
navigating the tricky terrain of Windows privilege escalation and lateral movement.
Whether you're a penetration tester or a cybersecurity enthusiast, this document
organizes essential techniques, tools, and commands into a clear and structured format -
complete with detailed steps and compatibility notes. Tackle privilege escalation with
precision and confidence!
3 of 7
Exploit Description Reference
Tool Description
Lateral Movement
PowerShell Remoting
Task Command
Enable PowerShell
Enable-PSRemoting
Remoting
4 of 7
Mimikatz
Task Command
Pass-The-Ticket kerberos::ptt
Step Command
Use RDP
protocol for
Pass-The-Hash via sekurlsa::pth /user: /domain: /ntlm: /
hash-based
RestrictedAdmin run:"mstsc.exe /restrictedadmin"
lateral
movement.
5 of 7
Technique Description Command
REG ADD
Bypass Single Allow multiple
"HKLM\SOFTWARE\Policies\Microsoft\Windows
Session sessions for a
NT\Terminal Services" /v fSingleSessionPerUser
Restriction single user.
/t REG_DWORD /d 0
Remove
Reinstate Single multiple REG DELETE
Session session "HKLM\SOFTWARE\Policies\Microsoft\Windows
Restriction setting after NT\Terminal Services" /v fSingleSessionPerUser
use.
Other Techniques
Use Responder to capture hashes when the victim navigates to the share.
Tool Description
NTLM_Theft Generates various file formats for NTLM hash capture (e.g., .url and .scf).
6 of 7
Outro
Mastering privilege escalation is a vital skill in ethical hacking, but always remember to
operate within legal and ethical boundaries. This cheat sheet provides a streamlined
overview to help you efficiently identify and exploit vulnerabilities for educational and
authorized purposes. Happy hacking, and may your exploits be effective and your
engagements fruitful!
7 of 7