Redelegate
This is not a writeup, just my notes about the machine.

Credentials
Username
Password
Method
Scope
Information Gathering
Service Enumeration
FTP
DNS
HTTP
Kerberos
SMB (enum4linux-ng)
Initial Foothold
Bruteforcing Keepass database
Enumerating database
Brute forcing domain users.
Finding kerberoastable and asreproastable users
Abusing DACL misconfiguration
Taking Over domain users

Constrained Delegation

Constrained Delegation from Linux
Changing the user account password
Changing the computer account password
Adding TRUSTED_TO_AUTH_FOR_DELEGATION property
Setting msDS-AllowedToDelegateTo to LDAP
Requesting TGT using S4u
Performing DCSync Attack
Constrained Delegation from Windows
Changing computer Account password
Adding TRUSTED_TO_AUTH_FOR_DELEGATION property
Setting msDS-AllowedToDelegateTo to LDAP
Requesting ticket granting ticket using S4U2Self and S4U2Proxy
Performing DCSync Attack using mimikatz (Not Working)
Performing DCSync attack using impacket toolkit
Last updated