All Projects → sensepost → Userenum

sensepost / Userenum

Licence: gpl-3.0
Domain user enumeration tool

Programming Languages

python
139335 projects - #7 most used programming language

UserEnum

The three scripts provided here allow one to establish if a user exist on a Windows domain, without providing any authentication. These user enumeration scripts use the DsrGetDcNameEx2,CLDAP ping and NetBIOS MailSlot ping methods respectively to establish if any of the usernames in a provided text file exist on a remote domain controller.

Requirements: impacket >=1.5, scapy >= 2.4.0, asn1tools >= 0.53.0

Notes: Python 2 is recommended for all scripts, and is required by the UserEnum_NBS.py script. For the UserEnum_LDAP.py script, one should specify the FQDN, i.e. CONTOSO.COM instead of CONTOSO. The UserEnum_LDAP.py script seems to be the fastest.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].