dionach / NtdsAudit

An Active Directory audit utility
MIT License
400 stars 72 forks source link

NullReferenceException #15

Open thekrugers opened 5 years ago

thekrugers commented 5 years ago

When using the -p parameter, the following exception crash happens up at 32%:

Unhandled Exception:\System.NullReferenceException: Object reference not set to an instance of an object. at NtdsAudit.SystemHive.LoadSystemKeyFromHive(String systemHivePath) at NtdsAudit.NtdsAudit.DecryptSecretData(String systemKeyPath, Boolean includeHistoryHashes) at NtdsAudit.NtdsAudit..ctor(String ntdsPath, Boolean dumphashes, Boolean includeHistoryHashes, String systemHivePath, String wordlistPath) at NtdsAudit.Program.<>c__DisplayClass2_0.

b__0() at Microsoft.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args) at NtdsAudit.Program.Main(String[] args)

Happens in version 2.0.5 and 2.0.6