phillips321 / adaudit

Powershell script to do domain auditing automation
https://www.phillips321.co.uk
370 stars 101 forks source link

Completed function for testing Kerberos algorithms on domain controllers #36

Closed DatasecSoft closed 9 months ago

DatasecSoft commented 9 months ago

Completed function for testing Kerberos algorithms on domain controllers; the writing of a Nessus finding was moved to here to include the output generated at this stage. Besides, when script is unable to obtain the time source for a DC, it will notify that as a warning. In order to write a Nessus finding within other functions that currently don't do that, I would like to know if there exists an online knowledge database where current IDs were taken (e.g. why "WeakKerberosEncryption" has been identified as "KB995"?).

phillips321 commented 9 months ago

Thanks for the PR, merged.