$krb5asrep$svc-alfresco@htb.local:... Bingo. No pre-auth required. You copy the hash to a file and feed it to john :
evil-winrm -i 10.10.10.161 -u sebastian -p 'P@ssw0rd123!' And you’re in. A Windows PowerShell console on FOREST . The user flag is waiting in C:\Users\sebastian\Desktop\user.txt . From here, you need domain admin. sebastian isn’t one yet, but he has interesting group memberships. You run whoami /groups and see he is in Remote Management Users (so WinRM works) and Account Operators . forest hackthebox walkthrough
You have valid credentials: svc-alfresco:s3rvice . Now you’re in the forest, but not yet to the throne. You try evil-winrm : $krb5asrep$svc-alfresco@htb
You recall that with AD credentials, you can use if the user is in the right group. But svc-alfresco is not. You check group membership using net rpc or ldapsearch : You copy the hash to a file and
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 :
Now you have sebastian:P@ssw0rd123! . You try WinRM again:
No SMB anonymous login. No null session on LDAP… yet. But Kerberos is a talkative protocol. You note the hostname: FOREST.htb.local . You add the domain to your /etc/hosts :