Will Schroeder
Will Schroeder
"you could reset it to the old password" - as you only have the hash, does that mean you would need to use the mimikatz `lsadump::setntlm` or dcshadow approach to...
@kholia this is something I want to see if we can revisit - the code you at the `Current code -> https://github.com/kholia/JohnTheRipper/tree/TGS-ng (see crypt_all from the top commit, filename is...
I'll try to check this out soon 👍
This seems to be similar to https://github.com/GhostPack/Rubeus/issues/19 - it looks like some value in KRB_ERROR is being miscast, but without being able to recreate I don't know the best way...
I tried to recreate this scenario but wasn't able to- if I have "Use Kerberos only" as the account's delegation option, I get a `[X] KRB-ERROR (13) : KDC_ERR_BADOPTION` error,...
I'm fine either way @0xe7 , we can land this or you can do the other approach if wanted 👍
So based on how many people often use it, they expect the usage output to come up when no arguments are passed. Would having **Rubeus.exe interactive** be a reasonable compromise...
1398 is ERROR_TIME_SKEW "There is a time and/or date difference between the client and server." Are the clients you extracted from and are using the ticket on the same system,...
Can you retry this with the current branch? I'm hoping that https://github.com/GhostPack/Rubeus/commit/f7c614e026b3a4c9ce9081f79110cf4e9c4a7493 fixed it.
Good idea, my C# n00bness is showing :) I'll definitely check this out