LDAP
Null session
Get info of all domain:
ldapsearch -x -H ldap://forest.htb -D '' -w '' -b "DC=htb,DC=local"Get list of users:
ldapsearch -x -H ldap://forest.htb -D '' -w '' -b "CN=Users,DC=htb,DC=local"Get list of computers:
ldapsearch -x -H ldap://forest.htb -D '' -w '' -b "CN=Computers,DC=htb,DC=local"Last updated