ThePirateWhoSmellsOfSunflowers
ThePirateWhoSmellsOfSunflowers
Hello! > In addition, it would be great to get also the IP attribute, if set, inside the output. Powerview, if i'm not wrong, does not return this information but...
Hey! You should give a try to https://github.com/login-securite/DonPAPI :sunflower:
Hi! Don't forget to also add the new dependency in the `setup.py` file :sunflower:
Hi @CapAlex94, As you can see, `get-netcomputer` (develop branch) now returns all computers, even those without `dnshostname` attribute. Regarding the IP address, unfortunately, I change my mind and I will...
I think we can close this issue now :laughing: However, feel free to open a pull request. :sunflower:
Hi! As far as I understand, users are member of the "Domain Users" group only through their `primarygroupid` and not via the `memberof` LDAP attribut (ctrl+f "513" [here](https://learn.microsoft.com/windows-server/identity/ad-ds/manage/understand-security-identifiers)). Thus, I...
Hi! Use `(None, SamAccountName, password, None, 'sign')`, but the most important thing is to use the fqdn of the Active Directory because the name is part of the protocole, so:...
Yes, you cannot change a password without TLS. If your AD implements LDAPS, use it, if not, you can use #1042 and change `(None, SamAccountName, password, None, 'sign')` to `(None,...
TIL ` platform_system==`, obviously a better solution than mine :+1:
Hello @Neustradamus, I'm sorry but I'm mainly focused on LDAP for Active Directory (offensive security pov) and as far as i know, AD only supports `tls-server-end-point`channel binding. :sunflower: