Skip to content

Commit a7d240c

Browse files
author
Jake Hildreth
committed
Typo fixed!
1 parent fab1145 commit a7d240c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Invoke-Locksmith.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Private/Invoke-Scans.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)