LDAP 389,636
Assorted LDAP Commands
ldapsearch -x -H ldap://10.10.10.10 -s base namingcontextsldapsearch -h 10.11.1.111 -p 389 -x -b "dc=mywebsite,dc=com"ldapsearch -x -h 10.11.1.111 -D 'DOMAIN\user' -w 'hash-password'ldapdomaindump 10.11.1.111 -u 'DOMAIN\user' -p 'hash-password'Brute-force LDAP Authentication with Patator:
patator ldap_login host=10.10.1.111 1=/root/Downloads/passwords_ssh.txt user=hsmith password=FILast updated