-
Notifications
You must be signed in to change notification settings - Fork 790
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
Unhandled Rubeus exception #42
Comments
Can you retry this with the current branch? I'm hoping that f7c614e fixed it. |
I just cloned the repository today and still get the exception. Command Exception
Occurs somewhere after Line 390 in 0754532 |
@HarmJ0y I think this is replicating In Roast.Kerberoast, here: I had a similar issue and patching in the extended error handling from PR 49 worked. See pre/post patch execution on my local non-joined machine. |
I'm executing:
Rubeus.exe kerberoast /rc4opsec
After a lot of tickets are retrieved I'm getting the following exception:
System.NullReferenceException: Object reference not set to an instance of an object. at Rubeus.Roast.Kerberoast(String spn, String userName, String OUName, String domain, String dc, NetworkCredential cred, String outFile, Boolean simpleOutput, KRB_CRED TGT, Boolean useTGTdeleg, String supportedEType, String pwdSetAfter, String pwdSetBefore, String ldapFilter, Int32 resultLimit, Boolean userStats) at Rubeus.Commands.Kerberoast.Execute(Dictionary
2 arguments)at Rubeus.Domain.CommandCollection.ExecuteCommand(String commandName, Dictionary
2 arguments) at Rubeus.Program.MainExecute(String commandName, Dictionary
2 parsedArgs)`The text was updated successfully, but these errors were encountered: