Password - AD User Comment
There are 3-4 fields that seem to be common in most Active Directory schemas: UserPassword
, UnixUserPassword
, unicodePwd
and msSFU30Password
.
-
Windows/Linux command
-
Password in User Description
netexec ldap domain.lab -u 'username' -p 'password' -M user-desc netexec ldap 10.0.2.11 -u 'username' -p 'password' --kdcHost 10.0.2.11 -M get-desc-users GET-DESC... 10.0.2.11 389 dc01 [+] Found following users: GET-DESC... 10.0.2.11 389 dc01 User: Guest description: Built-in account for guest access to the computer/domain GET-DESC... 10.0.2.11 389 dc01 User: krbtgt description: Key Distribution Center Service Account
-
Get
unixUserPassword
attribute from all users in ldap -
Native Powershell command
-
Dump the Active Directory and
grep
the content.