Local Privilege Escalation
All topics which could help us with Local Privilege Escalation on a windows machine.
- Perform Windows Enumeration using cmd or powershell.
- check if current user’s User Privileges are overly permissive.
- check if current user’sAccess Control Lists (ACL) allows us to modify anything using icacls.
Credentials
To find the credentials in the system.
- check if any Cached GPP Files are present.
- DPAPI
- To use found account credentials in current shell which is different user, use PScredential - RunAs.
Executables
Sometimes, you will need to play around the executable on the machine i.e, Compile or decompilation.
Services or apps
exploiting some services related to windows.
Shells
after exploitation, you will need to get a shell back.
- use Nishang’s Shells, these are the best.
- if WinRM is not enabled by default, you can Enable WinRM.