Awkward
Awkward walkthrough
Last updated
Awkward walkthrough
Last updated
Two ports are open checking port 80 we are presented with a site hat-valley.htb
Checking the site out with burp the site we find a few directories to look into notably hr and api.
Fuzzing for subdomain we get one domain.
Accessing the /hr site we are presented with a login screen.
Trying default creds don't work, so checking the cookie we see it's set to guest manipulating it to admin we get access to the dashboard.
Checking out the leave requet section we identify a user named christine.
Checking the api directory from burp results /api/staff-details seems interesting, loading it up on repeater and trying to access it with the cookie admin we get a jwt malformed error setting the cookie to empty it displays some staff credentials.