JaGoTu

Results 20 comments of JaGoTu

@0xdeaddood Awesome to hear that! I'll happily rework it into something more mergeable, but I kinda want to hear your opinion about the design you're aiming for, mainly with whether...

> I don't really know why for the moment, but setting up the password with `hSamrSetPasswordInternal4New()` with an authentication via NTLM relay doesn't seem to work The reason is probably...

Interesting. I don't remember how the domain enroll on Windows populates those fields. However, as a workaround when those are necessary, I think it should be possible to just connect...

Well, this is complicating the matters a bit. No matter what we choose, I think we should keep the only-SAMR (without any LDAP) choice, cause for S4U2 attacks the "uncomplete"...

@nminaylov Any updates? Did you manage to reproduce? Is more information required from me?

@7MinSec The only time I've seen this happen is with an EDR. Apparently there was a "feature" where if it detected credential dumping the EDR killed the whole DC to...

Interesting. I've had the exact same issue as you (lsass crash to reboot after ~30 seconds of successful dumping) once and thought it was EDR, but seems maybe it actually...

Hi, the project is far away from running anything useful - almost nothing of the .NET "standard library" is implemented, so it's mostly a fancy calculator for fibonacci numbers and...

@LifeIsStrange I completed the completeness and benchmarks chapters in the thesis. To answer the question "What kinds of programs can it currently run?", the short answer is that it's just...

Espresso does some kind of "LivenessAnalysis" which seems to be related to loop tracking. I expected trivial loops to always be beneficial to peel, but it being driven by some...