Skip to content

Commit

Permalink
Added MS Link to ESC6
Browse files Browse the repository at this point in the history
  • Loading branch information
TrimarcJake committed Nov 23, 2024
1 parent 105b936 commit 8350576
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Invoke-Locksmith.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,8 @@ this configuration remains vulnerable to privilege escalation attacks.
More info:
- https://posts.specterops.io/certified-pre-owned-d95910965cd2
- https://support.microsoft.com/en-us/topic/kb5014754-certificate-based-authentication-changes-on-windows-domain-controllers-ad2c23b0-15d8-4340-a468-4d4f3b188f16
"@
$Issue.Fix = @"
# Disable the flag
Expand Down Expand Up @@ -1561,7 +1562,6 @@ function Format-Result {
switch ($Mode) {
0 {
$Issue | Format-Table Technique, Name, Issue -Wrap

}
1 {
if ($Issue.Technique -eq 'ESC5') {
Expand Down
3 changes: 2 additions & 1 deletion Private/Find-ESC6.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ this configuration remains vulnerable to privilege escalation attacks.
More info:
- https://posts.specterops.io/certified-pre-owned-d95910965cd2
- https://support.microsoft.com/en-us/topic/kb5014754-certificate-based-authentication-changes-on-windows-domain-controllers-ad2c23b0-15d8-4340-a468-4d4f3b188f16
"@
$Issue.Fix = @"
# Disable the flag
Expand Down

0 comments on commit 8350576

Please sign in to comment.