Skip to content

Commit 98e840f

Browse files
committed
Updated Administrator Writeup
1 parent 088b990 commit 98e840f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_posts/2025-04-19-htb-administrator.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
layout: single
33
title: "HTB Administrator Writeup"
44
seo_title: "Writeup for the HackTheBox Administrator Machine"
5-
date: 2025-04-19 10:01:00 +0200
5+
date: 2025-04-19 21:01:00 +0200
66
categories: ['HackTheBox', 'Windows', 'Active-Directory']
77
classes: wide
88
toc: true
99
header:
1010
teaser: "/assets/images/headers/Administrator.png"
1111
---
12+
Administrator is a medium-difficulty Windows machine designed around a complete domain compromise scenario, where credentials for a low-privileged user are provided. To gain access to the `michael` account, ACLs (Access Control Lists) over privileged objects are enumerated, leading us to discover that the user `olivia` has `GenericAll` permissions over `michael`, allowing us to reset his password. With access as `michael`, it is revealed that he can force a password change on the user `benjamin`, whose password is reset. This grants access to `FTP` where a `backup.psafe3` file is discovered, cracked, and reveals credentials for several users. These credentials are sprayed across the domain, revealing valid credentials for the user `emily`. Further enumeration shows that `emily` has `GenericWrite` permissions over the user `ethan`, allowing us to perform a targeted Kerberoasting attack. The recovered hash is cracked and reveals valid credentials for `ethan`, who is found to have `DCSync` rights ultimately allowing retrieval of the `Administrator` account hash and full domain compromise.
1213

1314
As is common in real life Windows pentests, you will start the Administrator box with credentials for the following account:
1415
```

0 commit comments

Comments
 (0)