Active HTB Active Directory
smbget -R smb://anonymous:anonymous@10.10.10.100/Replication
Run smbget to retrieve all the files. Find Group.xml located in active.htb/Policies/{31B2F340-016D-11D2-945F-00C04FB984F9}/MACHINE/Preferences/Groups/Group.xml
Run gpp-decrypt on the cPassword hash.
Logging in is not working. However kerberoasting and secretdump can still work.
Trying Stuff Out (Not related to solving this box)
Nice little sambaserver trick works when downloading fails ^
Lessons Learned
- See SYSVOL? Have access to SYSVOL? Older box? GPP Password Decryption may work.
- Group.xml is the file to look for.
- Used kerberoasting.
- GPP good for pre and post exploit.
- Found smbget command.
Comments
Post a Comment