CroweCybersecurity / ad-ldap-enum

An LDAP based Active Directory user and group enumeration tool
MIT License
303 stars 67 forks source link

auth error #6

Closed addenial closed 8 years ago

addenial commented 8 years ago

When -u is given a fully qualified domain, the script will state that incorrect username or password was given. For example:

-u crowesec\username < ok -u crowesec.net\username < wrong auth

addenial commented 8 years ago

also why would i need to give it domain name in the username option (-u) if the tool already requests -d for domain name?