2024-07-19 16:15:11 +00:00
# Checklist - Plaaslike Windows Privilege Escalation
2022-04-28 16:01:33 +00:00
2024-07-19 16:15:11 +00:00
{% hint style="success" %}
Leer & oefen AWS Hacking:< img src = "/.gitbook/assets/arte.png" alt = "" data-size = "line" > [**HackTricks Training AWS Red Team Expert (ARTE)**](https://training.hacktricks.xyz/courses/arte)< img src = "/.gitbook/assets/arte.png" alt = "" data-size = "line" > \
Leer & oefen GCP Hacking: < img src = "/.gitbook/assets/grte.png" alt = "" data-size = "line" > [**HackTricks Training GCP Red Team Expert (GRTE)**< img src = "/.gitbook/assets/grte.png" alt = "" data-size = "line" > ](https://training.hacktricks.xyz/courses/grte)
2022-04-28 16:01:33 +00:00
2024-07-19 16:15:11 +00:00
< details >
2022-04-28 16:01:33 +00:00
2024-07-19 16:15:11 +00:00
< summary > Ondersteun HackTricks< / summary >
2022-04-28 16:01:33 +00:00
2024-07-19 16:15:11 +00:00
* Kyk na die [**subskripsie planne** ](https://github.com/sponsors/carlospolop )!
* **Sluit aan by die** 💬 [**Discord groep** ](https://discord.gg/hRep4RUj7f ) of die [**telegram groep** ](https://t.me/peass ) of **volg** ons op **Twitter** 🐦 [**@hacktricks\_live** ](https://twitter.com/hacktricks\_live )**.**
* **Deel hacking truuks deur PRs in te dien na die** [**HackTricks** ](https://github.com/carlospolop/hacktricks ) en [**HackTricks Cloud** ](https://github.com/carlospolop/hacktricks-cloud ) github repos.
2022-04-28 16:01:33 +00:00
< / details >
2024-07-19 16:15:11 +00:00
{% endhint %}
2022-04-28 16:01:33 +00:00
2024-09-04 13:35:49 +00:00
### **Beste hulpmiddel om te soek na Windows plaaslike privilege escalatie vektore:** [**WinPEAS**](https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/tree/master/winPEAS)
2022-04-28 16:01:33 +00:00
2024-07-19 16:15:11 +00:00
### [Stelselinligting](windows-local-privilege-escalation/#system-info)
2020-07-15 15:43:14 +00:00
2024-07-19 16:15:11 +00:00
* [ ] Verkry [**Stelselinligting** ](windows-local-privilege-escalation/#system-info )
* [ ] Soek na **kernel** [**exploits met behulp van skripte** ](windows-local-privilege-escalation/#version-exploits )
* [ ] Gebruik **Google om te soek** na kernel **exploits**
* [ ] Gebruik **searchsploit om te soek** na kernel **exploits**
* [ ] Interessante inligting in [**env vars** ](windows-local-privilege-escalation/#environment )?
2024-02-15 12:04:03 +00:00
* [ ] Wagwoorde in [**PowerShell geskiedenis** ](windows-local-privilege-escalation/#powershell-history )?
2024-04-07 05:33:57 +00:00
* [ ] Interessante inligting in [**Internet instellings** ](windows-local-privilege-escalation/#internet-settings )?
2024-07-19 16:15:11 +00:00
* [ ] [**Skyfies** ](windows-local-privilege-escalation/#drives )?
* [ ] [**WSUS exploit** ](windows-local-privilege-escalation/#wsus )?
* [ ] [**AlwaysInstallElevated** ](windows-local-privilege-escalation/#alwaysinstallelevated )?
2020-07-15 15:43:14 +00:00
2024-04-07 05:33:57 +00:00
### [Logging/AV enumerasie](windows-local-privilege-escalation/#enumeration)
2020-07-15 15:43:14 +00:00
2024-07-19 16:15:11 +00:00
* [ ] Kyk na [**Oudit** ](windows-local-privilege-escalation/#audit-settings )en [**WEF** ](windows-local-privilege-escalation/#wef )instellings
* [ ] Kyk na [**LAPS** ](windows-local-privilege-escalation/#laps )
* [ ] Kyk of [**WDigest** ](windows-local-privilege-escalation/#wdigest )aktief is
* [ ] [**LSA Beskerming** ](windows-local-privilege-escalation/#lsa-protection )?
2024-04-07 05:33:57 +00:00
* [ ] [**Credentials Guard** ](windows-local-privilege-escalation/#credentials-guard )[? ](windows-local-privilege-escalation/#cached-credentials )
2024-07-19 16:15:11 +00:00
* [ ] [**Gekapte Kredensiale** ](windows-local-privilege-escalation/#cached-credentials )?
* [ ] Kyk of enige [**AV** ](https://github.com/carlospolop/hacktricks/blob/master/windows-hardening/windows-av-bypass/README.md )
* [ ] [**AppLocker Beleid** ](https://github.com/carlospolop/hacktricks/blob/master/windows-hardening/authentication-credentials-uac-and-efs/README.md#applocker-policy )?
* [ ] [**UAC** ](https://github.com/carlospolop/hacktricks/blob/master/windows-hardening/authentication-credentials-uac-and-efs/uac-user-account-control/README.md )
2024-09-04 13:35:49 +00:00
* [ ] [**Gebruiker Privileges** ](windows-local-privilege-escalation/#users-and-groups )
2024-07-19 16:15:11 +00:00
* [ ] Kyk [**huidige** gebruiker **privileges** ](windows-local-privilege-escalation/#users-and-groups )
* [ ] Is jy [**lid van enige bevoorregte groep** ](windows-local-privilege-escalation/#privileged-groups )?
* [ ] Kyk of jy [enige van hierdie tokens geaktiveer het ](windows-local-privilege-escalation/#token-manipulation ): **SeImpersonatePrivilege, SeAssignPrimaryPrivilege, SeTcbPrivilege, SeBackupPrivilege, SeRestorePrivilege, SeCreateTokenPrivilege, SeLoadDriverPrivilege, SeTakeOwnershipPrivilege, SeDebugPrivilege** ?
* [ ] [**Gebruikers Sessies** ](windows-local-privilege-escalation/#logged-users-sessions )?
2024-09-04 13:35:49 +00:00
* [ ] Kyk[ **gebruikers huise** ](windows-local-privilege-escalation/#home-folders) (toegang?)
2024-07-19 16:15:11 +00:00
* [ ] Kyk na [**Wagwoord Beleid** ](windows-local-privilege-escalation/#password-policy )
* [ ] Wat is[ **binne die Klembord** ](windows-local-privilege-escalation/#get-the-content-of-the-clipboard)?
2020-07-15 15:43:14 +00:00
2024-02-11 02:07:06 +00:00
### [Netwerk](windows-local-privilege-escalation/#network)
2020-07-15 15:43:14 +00:00
2024-07-19 16:15:11 +00:00
* [ ] Kyk **huidige** [**netwerk** **inligting** ](windows-local-privilege-escalation/#network )
* [ ] Kyk **versteekte plaaslike dienste** wat beperk is tot die buitekant
2020-07-15 15:43:14 +00:00
2024-02-11 02:07:06 +00:00
### [Lopende Prosesse](windows-local-privilege-escalation/#running-processes)
2020-07-15 15:43:14 +00:00
2024-07-19 16:15:11 +00:00
* [ ] Prosesse binaries [**lêer en vouer toestemmings** ](windows-local-privilege-escalation/#file-and-folder-permissions )
* [ ] [**Geheue Wagwoord mynbou** ](windows-local-privilege-escalation/#memory-password-mining )
* [ ] [**Onveilige GUI toepassings** ](windows-local-privilege-escalation/#insecure-gui-apps )
* [ ] Steel kredensiale met **interessante prosesse** via `ProcDump.exe` ? (firefox, chrome, ens ...)
2020-07-15 15:43:14 +00:00
2024-02-11 02:07:06 +00:00
### [Dienste](windows-local-privilege-escalation/#services)
2020-07-15 15:43:14 +00:00
2024-07-19 16:15:11 +00:00
* [ ] [Kan jy **enige diens** **wysig**? ](windows-local-privilege-escalation/#permissions )
* [ ] [Kan jy **wysig** die **binaire** wat deur enige **diens** **uitgevoer** word? ](windows-local-privilege-escalation/#modify-service-binary-path )
* [ ] [Kan jy **wysig** die **register** van enige **diens**? ](windows-local-privilege-escalation/#services-registry-modify-permissions )
* [ ] [Kan jy voordeel trek uit enige **ongekwote diens** binaire **pad**? ](windows-local-privilege-escalation/#unquoted-service-paths )
### [**Toepassings**](windows-local-privilege-escalation/#applications)
2020-07-15 15:43:14 +00:00
2024-07-19 16:15:11 +00:00
* [ ] **Skryf** [**toestemmings op geïnstalleerde toepassings** ](windows-local-privilege-escalation/#write-permissions )
* [ ] [**Opstart Toepassings** ](windows-local-privilege-escalation/#run-at-startup )
* [ ] **Kwetsbare** [**Drivers** ](windows-local-privilege-escalation/#drivers )
2020-08-18 15:38:51 +00:00
2024-07-19 16:15:11 +00:00
### [DLL Hijacking](windows-local-privilege-escalation/#path-dll-hijacking)
2024-04-06 18:08:38 +00:00
2024-07-19 16:15:11 +00:00
* [ ] Kan jy **skryf in enige vouer binne PATH** ?
* [ ] Is daar enige bekende diens binaire wat **probeer om enige nie-bestaande DLL** te laai?
* [ ] Kan jy **skryf** in enige **binaries vouer** ?
2020-07-15 15:43:14 +00:00
2024-02-11 02:07:06 +00:00
### [Netwerk](windows-local-privilege-escalation/#network)
2020-07-15 15:43:14 +00:00
2024-07-19 16:15:11 +00:00
* [ ] Enumereer die netwerk (deel, interfaces, roetes, bure, ...)
* [ ] Neem 'n spesiale kyk na netwerkdienste wat op localhost (127.0.0.1) luister
2020-08-19 09:14:23 +00:00
2024-07-19 16:15:11 +00:00
### [Windows Kredensiale](windows-local-privilege-escalation/#windows-credentials)
2020-08-19 09:14:23 +00:00
2024-07-19 16:15:11 +00:00
* [ ] [**Winlogon** ](windows-local-privilege-escalation/#winlogon-credentials )kredensiale
* [ ] [**Windows Vault** ](windows-local-privilege-escalation/#credentials-manager-windows-vault ) kredensiale wat jy kan gebruik?
* [ ] Interessante [**DPAPI kredensiale** ](windows-local-privilege-escalation/#dpapi )?
* [ ] Wagwoorde van gestoor [**Wifi netwerke** ](windows-local-privilege-escalation/#wifi )?
* [ ] Interessante inligting in [**gestoor RDP Verbindinge** ](windows-local-privilege-escalation/#saved-rdp-connections )?
* [ ] Wagwoorde in [**onlangs uitgevoerde opdragte** ](windows-local-privilege-escalation/#recently-run-commands )?
* [ ] [**Afgeleë Desktop Kredensiale Bestuurder** ](windows-local-privilege-escalation/#remote-desktop-credential-manager ) wagwoorde?
* [ ] [**AppCmd.exe** bestaan ](windows-local-privilege-escalation/#appcmd-exe )? Kredensiale?
* [ ] [**SCClient.exe** ](windows-local-privilege-escalation/#scclient-sccm )? DLL Syde Laai?
2020-07-15 15:43:14 +00:00
2024-07-19 16:15:11 +00:00
### [Lêers en Register (Kredensiale)](windows-local-privilege-escalation/#files-and-registry-credentials)
2020-07-15 15:43:14 +00:00
2024-07-19 16:15:11 +00:00
* [ ] **Putty:** [**Kredensiale** ](windows-local-privilege-escalation/#putty-creds ) **en** [**SSH gas sleutels** ](windows-local-privilege-escalation/#putty-ssh-host-keys )
* [ ] [**SSH sleutels in register** ](windows-local-privilege-escalation/#ssh-keys-in-registry )?
* [ ] Wagwoorde in [**onbewaakte lêers** ](windows-local-privilege-escalation/#unattended-files )?
2024-02-11 02:07:06 +00:00
* [ ] Enige [**SAM & SYSTEM** ](windows-local-privilege-escalation/#sam-and-system-backups ) rugsteun?
2024-07-19 16:15:11 +00:00
* [ ] [**Cloud kredensiale** ](windows-local-privilege-escalation/#cloud-credentials )?
2024-02-11 02:07:06 +00:00
* [ ] [**McAfee SiteList.xml** ](windows-local-privilege-escalation/#mcafee-sitelist.xml ) lêer?
2024-07-19 16:15:11 +00:00
* [ ] [**Gekapte GPP Wagwoord** ](windows-local-privilege-escalation/#cached-gpp-pasword )?
2024-04-07 05:33:57 +00:00
* [ ] Wagwoord in [**IIS Web konfigurasie lêer** ](windows-local-privilege-escalation/#iis-web-config )?
2024-07-19 16:15:11 +00:00
* [ ] Interessante inligting in [**web** **logs** ](windows-local-privilege-escalation/#logs )?
* [ ] Wil jy [**kredensiale vra** ](windows-local-privilege-escalation/#ask-for-credentials ) aan die gebruiker?
* [ ] Interessante [**lêers binne die Herwinningsblik** ](windows-local-privilege-escalation/#credentials-in-the-recyclebin )?
* [ ] Ander [**register wat kredensiale bevat** ](windows-local-privilege-escalation/#inside-the-registry )?
* [ ] Binne [**Bladsy data** ](windows-local-privilege-escalation/#browsers-history ) (dbs, geskiedenis, boekmerke, ...)?
* [ ] [**Generiese wagwoord soektog** ](windows-local-privilege-escalation/#generic-password-search-in-files-and-registry ) in lêers en register
* [ ] [**Hulpmiddels** ](windows-local-privilege-escalation/#tools-that-search-for-passwords ) om outomaties vir wagwoorde te soek
2020-07-15 15:43:14 +00:00
2024-07-19 16:15:11 +00:00
### [Gelekte Hanteerders](windows-local-privilege-escalation/#leaked-handlers)
2020-07-15 15:43:14 +00:00
2024-07-19 16:15:11 +00:00
* [ ] Het jy toegang tot enige hanteerder van 'n proses wat deur die administrateur uitgevoer word?
2020-07-15 15:43:14 +00:00
2024-04-07 05:33:57 +00:00
### [Pyp Kliënt Impersonasie](windows-local-privilege-escalation/#named-pipe-client-impersonation)
2020-07-15 15:43:14 +00:00
2024-07-19 16:15:11 +00:00
* [ ] Kyk of jy dit kan misbruik
2022-04-28 16:01:33 +00:00
2024-07-19 16:15:11 +00:00
{% hint style="success" %}
Leer & oefen AWS Hacking:< img src = "/.gitbook/assets/arte.png" alt = "" data-size = "line" > [**HackTricks Training AWS Red Team Expert (ARTE)**](https://training.hacktricks.xyz/courses/arte)< img src = "/.gitbook/assets/arte.png" alt = "" data-size = "line" > \
Leer & oefen GCP Hacking: < img src = "/.gitbook/assets/grte.png" alt = "" data-size = "line" > [**HackTricks Training GCP Red Team Expert (GRTE)**< img src = "/.gitbook/assets/grte.png" alt = "" data-size = "line" > ](https://training.hacktricks.xyz/courses/grte)
2022-04-28 16:01:33 +00:00
2024-07-19 16:15:11 +00:00
< details >
2022-04-28 16:01:33 +00:00
2024-07-19 16:15:11 +00:00
< summary > Ondersteun HackTricks< / summary >
2022-04-28 16:01:33 +00:00
2024-07-19 16:15:11 +00:00
* Kyk na die [**subskripsie planne** ](https://github.com/sponsors/carlospolop )!
* **Sluit aan by die** 💬 [**Discord groep** ](https://discord.gg/hRep4RUj7f ) of die [**telegram groep** ](https://t.me/peass ) of **volg** ons op **Twitter** 🐦 [**@hacktricks\_live** ](https://twitter.com/hacktricks\_live )**.**
* **Deel hacking truuks deur PRs in te dien na die** [**HackTricks** ](https://github.com/carlospolop/hacktricks ) en [**HackTricks Cloud** ](https://github.com/carlospolop/hacktricks-cloud ) github repos.
2022-04-28 16:01:33 +00:00
< / details >
2024-07-19 16:15:11 +00:00
{% endhint %}