CravateRouge

Results 49 comments of CravateRouge

As stated your dn `CN=wangleiaab,CN=Computers,DC=xx,DC=com` doesn't exist. Try with the sAMAccountName of the computer e.g `wangleiaab$` or do a `getObjectAttributes wangleiaab$ distinguishedName` to have the exact DN.

Hi, Thank you :) and soon there will be no need to use LDAPS or SAMR for sensitive data (The PR is already made to ldap3 and I just need...

It seems SSL/TLS isn't enabled on your DC `192.168.1.2`. You can try to enable Certificate Services as specified on this [link](https://www.oreilly.com/library/view/active-directory-cookbook/0596004648/ch14s02.html) and it should enable all of what you need....

I see two possibilities: - Your service class (\/\) isn't known by the AD so it doesn't work - The SPN test1/test2 already exists on another object For more information...

@caffix any thought on this pull request?

Thank you, so it means it is also stored on the hard drive of the DC but mimikatz can only retrieve it calling the replication protocol and not by parsing...

Thank you very much for this detailed explanation!

Will it be possible to send malformed requests in the future?

@rvazarkar I think it's useful to see this edge case event if it's uncommon. I want to be able to cover it if it happens during my tests

Try with GDS 2.4, it's the latest version. To correctly install GDS on neo4j server (cli) follow their [tutorial](https://neo4j.com/docs/graph-data-science/current/installation/neo4j-server/)