You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When using the -p parameter, the following exception crash happens up at 32%:
Unhandled Exception:\System.NullReferenceException: Object reference not set to
b__0()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.
at Microsoft.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args)
at NtdsAudit.Program.Main(String[] args)
Happens in version 2.0.5 and 2.0.6
The text was updated successfully, but these errors were encountered: