Add: eloypgz/certi to Privilege Escalation section

This commit is contained in:
pe3zx 2021-08-18 14:04:09 +07:00
parent bdcb63ed7f
commit 3395369347

View File

@ -817,6 +817,10 @@ Some tools can be categorized in more than one category. But because the current
<td><a href="https://github.com/eladshamir/Whisker">eladshamir/Whisker</a></td>
<td>Whisker is a C# tool for taking over Active Directory user and computer accounts by manipulating their msDS-KeyCredentialLink attribute, effectively adding "Shadow Credentials" to the target account.</td>
</tr>
<tr>
<td><a href="https://github.com/eloypgz/certi">eloypgz/certi</a></td>
<td>Utility to play with ADCS, allows to request tickets and collect information about related objects. Basically, it's the impacket copy of Certify. Thanks to @harmj0y and @tifkin_ for its great work with ADCS.</td>
</tr>
<tr>
<td><a href="https://github.com/GhostPack/ForgeCert">GhostPack/ForgeCert</a></td>
<td>ForgeCert uses the BouncyCastle C# API and a stolen Certificate Authority (CA) certificate + private key to forge certificates for arbitrary users capable of authentication to Active Directory.</td>