dirkjanm / ldapdomaindump

Active Directory information dumper via LDAP
MIT License
1.19k stars 190 forks source link

Requests domain even when domain is specified #30

Closed TheCoffeyBot closed 4 years ago

TheCoffeyBot commented 4 years ago

I get this error when trying to run command.

ldapdomaindump -u companydomain\admin -p thepassword -m ldaps://192.168.25.151:636

[!] Username must include a domain, use: DOMAIN\username

dirkjanm commented 4 years ago

You probably need a double \ so your shell won't eat it before it arrives at ldapdomaindump.

TheCoffeyBot commented 4 years ago

the double \ worked.. Thanks for the great tool!