aniqfakhrul / powerview.py

Just another Powerview alternative
MIT License
448 stars 49 forks source link

Kerbreos authentication fails when NTLM is restricted #88

Closed GeisericII closed 2 months ago

GeisericII commented 4 months ago

As per title, Kerberos authentication fails when NTLM authentication is disabled. This happens because powerview attemps to retrieve the machine name using an SMB connection which is not performed using Kerberos: immagine

Moreover, it also happen when using the AesKey.

aniqfakhrul commented 3 months ago

We have fixed this by skipping the smb operation if the domain only supports kerberos auth. Please verify this from your end. Thanks!

GeisericII commented 2 months ago

Confirm everything is working, closing the issue, thanks!