You have valid credentials: svc-alfresco:s3rvice . Now you’re in the forest, but not yet to the throne. You try evil-winrm :
Account Operators can create and modify non-admin users and groups. You create a new user and add them to Domain Admins : forest hackthebox walkthrough
net rpc password "sebastian" -U "htb.local"/"svc-alfresco"%"s3rvice" -S forest.htb.local It asks for the new password. You set it to P@ssw0rd123! . You have valid credentials: svc-alfresco:s3rvice
Instead, you enumerate using BloodHound . You upload SharpHound via SMB (since you can write to a share) or run it remotely? No execution. You fall back to Python's bloodhound.py : You create a new user and add them
ldapsearch -H ldap://10.10.10.161 -x -b "DC=htb,DC=local" The output is a firehose of objects—users, groups, computers. You grep for cn=users and find something delicious: . You filter for userAccountControl values that don’t require Kerberos pre-authentication.
After a few blind attempts, you remember a trick. Sometimes, you can bind anonymously to LDAP without credentials. You craft: