skelsec / aardwolfgui

Asynchronous RDP/VNC client for Python (GUI)
MIT License
62 stars 10 forks source link

Pass The Ticket and cert support #1

Closed CravateRouge closed 1 year ago

CravateRouge commented 1 year ago

Hi,

Will it support providing a kerberos ticket or a x509 certificate? I think it can be really interesting when we only have a ticket/cert during our assessments.

Thank you for bringing this tool to the community!

skelsec commented 1 year ago

Thank you for the kind words, however I do not understand what exactly you are missing in kerberos? This project supports kerberos authentication with password/rc4/aes128/aes256/kiribi/p12

CravateRouge commented 1 year ago

I must admit I didn't read the code and just went through the README without seeing those authentications so I assumed it was missing ^^'