ozelis

Results 4 comments of ozelis

I have implemented this in my own fork in `https://github.com/ozelis/bloodyAD/commit/b8ec2f701ba21c39236a4a41a0e593289ce4c7ed`. I added a new `rights()` function in `cli_modules/get.py` that returns rights for a given target. It works something like this:...

I think I misunderstood the original Issue. They wanted for `get writable` to work for an arbitrary user and this is a little different as it shows all *extended* rights...

I'm playing around with this now and it's not that simple to do the same thing as ldap does automatically with `sDRightsEffective`/`allowedAttributesEffective`/`allowedChildClassesEffective`. For my use case I was just checking...

I created eactly that ([winrmexec.py](https://github.com/ozelis/winrmexec)) with the intention to eventually try to submit it as PR for inclusion to impacket as there were previous issues ([1403](https://github.com/fortra/impacket/issues/1403), [1557](https://github.com/fortra/impacket/issues/1557)) where it was...