Welcome to my Hack The Box (HTB) repository! This space is dedicated to showcasing the various challenges, techniques, and solutions I explored while working on HTB exercises. HTB is a platform designed to test and develop cybersecurity skills through hands-on penetration testing challenges.
This repository contains a collection of write-ups, scripts, and projects I developed while solving HTB challenges. Each project aims to demonstrate my approach, methodology, and the tools I utilized to achieve my objectives. The repository is structured to make it easy for others to learn from my work and follow along.
- Structured Write-Ups: Detailed descriptions of my thought process, attack vectors, and solutions for each challenge.
- Custom Scripts: Tools and scripts I developed or modified to assist in solving specific problems.
- Lessons Learned: Insights and knowledge gained from each challenge, cybersecurity
HTB-Projects/
├── Machines/
│ ├── Machine1/
│ │ ├── README.md # Detailed write-up for Machine 1
│ │ ├── exploit.py # Custom exploit script for Machine 1
│ │ └── notes.txt # Personal notes
│ ├── Machine2/
│ │ └── ...
│ └── ...
├── Challenges/
│ ├── Challenge1/
│ │ ├── solution.md # Write-up for Challenge 1
│ │ └── script.sh # Helper script for Challenge 1
│ └── ...
└── README.md # This file