I am committed to start creating a structured collection of HackTheBox writeups every now and then.
- All writeups published in this repository strictly adheres to HackTheBox's Terms of Services
- Only writeups of retired machines will be uploaded here.
- Might contain errors in reasoning and ineffecient approaches, since I am still a rookie trying to learn aswell.
- Apologies for the inconsistencies in formatting, I will try to make the writeups as standardized as possible.
Total Machines Pwned:
- Easy (5)
- Medium (0)
- Hard (0)
Total Challenges Solved:
- Easy (3)
- Medium (0)
- Hard (0)
- Reconnaissance
- Enumeration
- Exploitation/Initial Access/Foothold
- Privilege Escalation
OS: Kali Linux, ParrotOS
- nmap - full port scan with OS and version detection.
- gobuster - brute-force web directory enumeration.
- ffuf - web directory enumeration + subdomain enumeration.
- Burpsuite - intercepting and manipulating HTTP requests.
- Wireshar - network pcap analysis.