🛡️ Three - Overview

📝 Machine Information

  • Name: Three
  • Platform: Hack The Box (Starting Point - Tier 1)
  • Difficulty: Very Easy
  • IP Address: 10.129.227.248

🎯 Objective

Gain access to the target system and retrieve the flag by identifying and exploiting misconfigured services, specifically an exposed S3 bucket.

🚀 Walkthrough Summary

  1. Reconnaissance: Identified Port 22 (SSH) and Port 80 (HTTP) as open using rustscan and nmap.
  2. Enumeration: Discovered the domain thetoppers.htb and its subdomain s3.thetoppers.htb via vhost enumeration.
  3. Initial Access: Exploited an insecure S3 bucket to upload a PHP webshell and gained Remote Code Execution (RCE).
  4. Exfiltration: Retrieved the flag from the server using the webshell.


🖼️ Proof of Compromise


Next Step