From 089e603e416824c98a8f108fae0f8baff3fe2e64 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Sat, 3 Sep 2022 11:25:16 -0400 Subject: [PATCH] Update README.md --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c896f97..e7b2b73 100644 --- a/README.md +++ b/README.md @@ -661,17 +661,63 @@ python3 exploit.py
-#### PRIV ESCALTION CHECKLIST +#### Privilege Escalation Checklist #### Credential Access
1. Credentials from registry [↓] - + [✓] Enumerated +
+
+ 1. Credentials from cmdkey [↓] + [✓] Enumerated +
+
+ 1. Credentials from configuration files [↓] [✓] Enumerated
+#### Exploits +
+ 1. Kernel Exploit [↓] + [✓] Enumerated +
+ +#### Misconfiguration +##### Services +
+ 1. Insecure Service Properties [↓] + [✓] Enumerated +
+
+ 2. Unquoted Service Path [↓] + [✓] Enumerated +
+
+ 3. Weak Registry Permissions [↓] + [✓] Enumerated +
+
+ 4. Insecure Service Executables [↓] + [✓] Enumerated +
+
+ 5. DLL Hijacking [↓] + [✓] Enumerated +
+ +##### Always Install Elevated +
+ 1. AutoRuns [↓] + [✓] Enumerated +
+
+ 2. Always Install Elevated [↓] + [✓] Enumerated +
+ #### Credential Access ```ps1