Skip to content

Commit

Permalink
docs: fix esc3 abuse cmdlet (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBK authored Jan 15, 2024
1 parent ca6c574 commit 3bb7887
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const WindowsAbuse: FC = () => {
</Typography>
<Typography component={'pre'}>
{
'Certify.exe request /ca:CORPDC01.CORP.LOCAL\\CORP-CORPDC01-CA /template:User /onbehalfof:CORP\\itadmin /enrollment:enrollmentcert.pfx'
'Certify.exe request /ca:CORPDC01.CORP.LOCAL\\CORP-CORPDC01-CA /template:User /onbehalfof:CORP\\itadmin /enrollcert:enrollmentcert.pfx'
}
</Typography>
<Typography variant='body2'>
Expand Down

0 comments on commit 3bb7887

Please sign in to comment.