Skip to content

Commit 8350576

Browse files
author
Jake Hildreth
committed
Added MS Link to ESC6
1 parent 105b936 commit 8350576

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Invoke-Locksmith.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,8 @@ this configuration remains vulnerable to privilege escalation attacks.
12721272
12731273
More info:
12741274
- https://posts.specterops.io/certified-pre-owned-d95910965cd2
1275-
1275+
- https://support.microsoft.com/en-us/topic/kb5014754-certificate-based-authentication-changes-on-windows-domain-controllers-ad2c23b0-15d8-4340-a468-4d4f3b188f16
1276+
12761277
"@
12771278
$Issue.Fix = @"
12781279
# Disable the flag
@@ -1561,7 +1562,6 @@ function Format-Result {
15611562
switch ($Mode) {
15621563
0 {
15631564
$Issue | Format-Table Technique, Name, Issue -Wrap
1564-
15651565
}
15661566
1 {
15671567
if ($Issue.Technique -eq 'ESC5') {

Private/Find-ESC6.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ this configuration remains vulnerable to privilege escalation attacks.
5454
5555
More info:
5656
- https://posts.specterops.io/certified-pre-owned-d95910965cd2
57-
57+
- https://support.microsoft.com/en-us/topic/kb5014754-certificate-based-authentication-changes-on-windows-domain-controllers-ad2c23b0-15d8-4340-a468-4d4f3b188f16
58+
5859
"@
5960
$Issue.Fix = @"
6061
# Disable the flag

0 commit comments

Comments
 (0)