File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2745,7 +2745,7 @@ function Invoke-Scans {
27452745 Write-Host ' Identifying AD CS templates with dangerous ESC15 configurations...'
27462746 [array ]$ESC15 = Find-ESC15 - ADCSObjects $ADCSObjects - SafeUsers $SafeUsers - UnsafeUsers $UnsafeUsers
27472747 Write-Host ' Identifying Certificate Authorities with szOID_NTDS_CA_SECURITY_EXT disabled (ESC16)...'
2748- [array ]$ESC6 = Find-ESC16 - ADCSObjects $ADCSObjects - UnsafeUsers $UnsafeUsers
2748+ [array ]$ESC16 = Find-ESC16 - ADCSObjects $ADCSObjects - UnsafeUsers $UnsafeUsers
27492749 }
27502750 }
27512751
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ function Invoke-Scans {
156156 Write-Host ' Identifying AD CS templates with dangerous ESC15 configurations...'
157157 [array ]$ESC15 = Find-ESC15 - ADCSObjects $ADCSObjects - SafeUsers $SafeUsers - UnsafeUsers $UnsafeUsers
158158 Write-Host ' Identifying Certificate Authorities with szOID_NTDS_CA_SECURITY_EXT disabled (ESC16)...'
159- [array ]$ESC6 = Find-ESC16 - ADCSObjects $ADCSObjects - UnsafeUsers $UnsafeUsers
159+ [array ]$ESC16 = Find-ESC16 - ADCSObjects $ADCSObjects - UnsafeUsers $UnsafeUsers
160160 }
161161 }
162162
You can’t perform that action at this time.
0 commit comments