ropnop / go-windapsearch

Utility to enumerate users, groups and computers from a Windows domain through LDAP queries
BSD 3-Clause "New" or "Revised" License
343 stars 46 forks source link

better checks for anonymous binds (e.g. username not provided) #5

Closed ropnop closed 4 years ago

ropnop commented 4 years ago

address #4

forgot to take into account when username is not provided, which broke all anonymous binds. now only prompt for password, construct username or use NTLM if username is provided to begin with