Skip to content

Commit

Permalink
Merge pull request #173 from TrimarcJake/main
Browse files Browse the repository at this point in the history
Catchup
  • Loading branch information
TrimarcJake authored Oct 22, 2024
2 parents d68bb2c + 252b050 commit 0773381
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Private/Format-Result.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Format-Result {
function Format-Result {
<#
.SYNOPSIS
Formats the result of an issue for display.
Expand Down Expand Up @@ -35,7 +35,7 @@
ESC1 = 'ESC1 - Vulnerable Certificate Template - Authentication'
ESC2 = 'ESC2 - Vulnerable Certificate Template - Subordinate CA'
ESC3 = 'ESC3 - Vulnerable Certificate Template - Enrollment Agent'
ESC4 = 'ESC4 - Vulnerable Access Control - Certifcate Template'
ESC4 = 'ESC4 - Vulnerable Access Control - Certificate Template'
ESC5 = 'ESC5 - Vulnerable Access Control - PKI Object'
ESC6 = 'ESC6 - EDITF_ATTRIBUTESUBJECTALTNAME2 Flag Enabled'
ESC8 = 'ESC8 - HTTP/S Enrollment Enabled'
Expand Down
2 changes: 1 addition & 1 deletion examples/Mode0.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ESC2 ESC2-Vulnerable NT AUTHORITY\Authenticated Users can request a SubCA c
########## ESC4 - Vulnerable Certifcate Template Access Control ##########
########## ESC4 - Vulnerable Certificate Template Access Control ##########
Technique Name Issue
--------- ---- -----
Expand Down
2 changes: 1 addition & 1 deletion examples/Mode1.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Fix : Get-ADObject 'CN=ESC2-Vulnerable,CN=Certificate Templates,CN
@{'msPKI-Certificate-Name-Flag' = 0}
########## ESC4 - Vulnerable Certifcate Template Access Control ##########
########## ESC4 - Vulnerable Certificate Template Access Control ##########
Technique : ESC4
Name : User
Expand Down

0 comments on commit 0773381

Please sign in to comment.