The ldapconsole script allows you to perform custom LDAP requests to a Windows domain.
- Authenticate with password
- Authenticate with LM:NT hashes
- Authenticate with kerberos ticket
$ ./ldapconsole.py -u 'user1' -p 'Admin123!' -d 'LAB.local' --dc-ip 192.168.2.1
Pull requests are welcome. Feel free to open an issue if you want to add other features.