ly4k / Certipy

Tool for Active Directory Certificate Services enumeration and abuse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KDC_ERR_PADATA_TYPE_NOSUPP(KDC has no support for padata type) [Need Urgent Help]

3v1lg3n7u54007 opened this issue · comments

I deployed an AD Environment for my project but I have been facing some issues lately. I successfully exploited the Certifried Vuln in the AD env and made sure to document the steps and also took a snapshot of the environment that the exploit was working on.

The demo for my project is tomorrow and here I am with some code which was previously working but currently isnt... ;-;

But now I am facing some issue regarding KDC_ERR_PADATA_TYPE_NOSUPP(KDC has no support for padata type). Is there any suggestions or fixes for this? Would really appreciate the help. Below I have attached the error as well.

PS C:\Users\EAnderson> certipy req -u EAnderson@Activedirectoryenvironment.local -p Employee23213 -ca ActiveDirectoryEnvironment-AD-DOMAIN-CONTR-CA -template User -debug

Certipy v4.8.2 - by Oliver Lyak (ly4k)

[+] Trying to resolve 'ACTIVEDIRECTORYENVIRONMENT.LOCAL' at '192.168.15.144'
[+] Resolved 'ACTIVEDIRECTORYENVIRONMENT.LOCAL' from cache: 192.168.15.144
[+] Generating RSA key
[] Requesting certificate via RPC
[+] Trying to connect to endpoint: ncacn_np:192.168.15.144[\pipe\cert]
[+] Connected to endpoint: ncacn_np:192.168.15.144[\pipe\cert]
[
] Successfully requested certificate
[] Request ID is 362
[
] Got certificate with UPN 'EAnderson@ActiveDirectoryEnvironment.local'
[] Certificate has no object SID
[
] Saved certificate and private key to 'eanderson.pfx'
PS C:\Users\EAnderson> certipy auth -pfx eanderson.pfx

Certipy v4.8.2 - by Oliver Lyak (ly4k)

[] Using principal: eanderson@activedirectoryenvironment.local
[
] Trying to get TGT...
[-] Got error while trying to request TGT: Kerberos SessionError: KDC_ERR_PADATA_TYPE_NOSUPP(KDC has no support for padata type)