AlmondOffSec / PassTheCert

Proof-of-Concept tool to authenticate to an LDAP/S server with a certificate through Schannel
Apache License 2.0
555 stars 71 forks source link

Add whoami function to test Certificate #4

Closed UriskLyErg closed 2 years ago

UriskLyErg commented 2 years ago

This brings in the LDAP whoami function found in https://github.com/leechristensen/Random/blob/master/PowerShellScripts/Get-LdapCurrentUser.ps1 for the purposes of validating who the certificate is for before attempting to create or modify any details.

ThePirateWhoSmellsOfSunflowers commented 2 years ago

Hi @UriskLyErg,

Thanks for the PR :smile:, waiting for @the-useless-one to review the C# part.

:sunflower:

the-useless-one commented 2 years ago

Hi @UriskLyErg,

Sorry it took so long, I was finally able to test your PR. Thanks for your contribution!

Cheers,

Y