Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullReferenceException #15

Open
thekrugers opened this issue May 13, 2019 · 0 comments
Open

NullReferenceException #15

thekrugers opened this issue May 13, 2019 · 0 comments

Comments

@thekrugers
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant