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

Error in Consumer - DCOnly #15

Closed
jstigerwalt opened this issue Mar 5, 2022 · 2 comments
Closed

Error in Consumer - DCOnly #15

jstigerwalt opened this issue Mar 5, 2022 · 2 comments

Comments

@jstigerwalt
Copy link

jstigerwalt commented Mar 5, 2022

I am getting an interesting error with the newest version of Sharphound. This does not happen on older versions.

My Command line is:
SharpHound.exe -c DCOnly -d corp.stigs.local --memcache

Here is the error I am getting:

2022-03-04T19:54:07.5687182-05:00|ERROR|error in consumer System.NullReferenceException: Object reference not set to an instance of an object. at SharpHoundCommonLib.Processors.GPOLocalGroupProcessor.<ProcessGPOXmlFile>d__13.MoveNext() at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at SharpHoundCommonLib.Processors.GPOLocalGroupProcessor.<ReadGPOLocalGroups>d__10.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Sharphound.Runtime.ObjectProcessors.<ProcessOUObject>d__21.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Sharphound.Runtime.ObjectProcessors.<ProcessObject>d__15.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Sharphound.Runtime.LDAPConsumer.<ConsumeSearchResults>d__0.MoveNext()

Sharphound does finish and this is not a show stopper.

@rvazarkar
Copy link
Contributor

Can you try the rolling build and see if it has the same issue?

https://github.com/BloodHoundAD/SharpHound/releases/tag/rolling

@rvazarkar
Copy link
Contributor

Should be fixed in v1.0.3

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

2 participants